Skip to content

Commit

Permalink
chore: always publish integration tests results
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Nov 13, 2023
1 parent ba2d32a commit 35c329b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
sleep 10
./gradlew integrationUITest --info --continue
- name: Publish tests reports
if: always()
uses: scacap/action-surefire-report@4cbb611f23a9b5a030c73c2b32190a80983956ed #v1
with:
github_token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 35c329b

Please sign in to comment.