Skip to content

Commit

Permalink
fix broken test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored and ndr-brt committed Oct 10, 2023
1 parent 805c406 commit d51e9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: End to End Integration Tests
uses: ./.github/actions/run-tests
with:
command: ./gradlew test -DincludeTags="EndToEndTest"
command: ./gradlew shadowJar test -DincludeTags="EndToEndTest"

Upload-Test-Report:
needs:
Expand Down

0 comments on commit d51e9b7

Please sign in to comment.