Skip to content

Commit

Permalink
Don't run integration tests as part of create-release at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Jul 26, 2022
1 parent 8a46080 commit fee496a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- name: Test With Maven
run: mvn clean verify --file pom.xml
run: mvn clean surefire:test --file pom.xml #cannot "verify" because we don't have the ability to run integration tests from the build system yet

draft-release:
needs: [ setup, build, integration-tests ]
Expand Down

0 comments on commit fee496a

Please sign in to comment.