Skip to content

Commit

Permalink
add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 10, 2023
1 parent 44d8d16 commit bc74485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ jobs:
- name: Run MIW Integration tests
run: |
pwd
./gradlew -p edc-tests/miw-tests test -DincludeTags="MiwIntegrationTest"
./gradlew -p edc-tests/miw-tests test -DincludeTags="MiwIntegrationTest" -PverboseTest=true
- name: Run SSI E2E tests
run: |
pwd
./gradlew -p edc-tests/e2e-tests test -DincludeTags="MiwIntegrationTest"
./gradlew -p edc-tests/e2e-tests test -DincludeTags="MiwIntegrationTest" -PverboseTest=true

0 comments on commit bc74485

Please sign in to comment.