Skip to content

Commit

Permalink
Expect passing tests in build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Oct 9, 2023
1 parent 5368730 commit 62ab54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sbm-revamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: sbm-openrewrite (build + test)
run: mvn --batch-mode install --projects :sbm-openrewrite

- name: sbm-core (build)
run: mvn -DskipTests --batch-mode install --projects :sbm-core
- name: sbm-core (build + test)
run: mvn --batch-mode install --projects :sbm-core

- name: recipe-test-support (build)
run: mvn -DskipTests --batch-mode install --projects :recipe-test-support
Expand Down

0 comments on commit 62ab54e

Please sign in to comment.