Skip to content

Commit

Permalink
Run only one test
Browse files Browse the repository at this point in the history
  • Loading branch information
marracuene committed Jun 23, 2020
1 parent 2006477 commit 5d5c261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# run the build
- uses: eskatos/gradle-command-action@v1
with:
arguments: ${{ matrix.task }}
# upload build reports for later inspection, if the build failed
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
- uses: actions/upload-artifact@v2
if: failure()
Expand Down

0 comments on commit 5d5c261

Please sign in to comment.