Skip to content

Commit

Permalink
Run only one test - forcing rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
marracuene committed Jun 23, 2020
1 parent 5d5c261 commit c82fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
arguments: integrationTest --tests org.gradle.playframework.application.advanced.PlayIdeaPluginAdvancedIntegrationTest
# upload build reports for later inspection, if the build failed
# N.B only applies to the last task in the matrix
# N.B only applies to the last task in the matrix
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand Down

0 comments on commit c82fb90

Please sign in to comment.