From 5d5c2615035d8210e055b0a021e120332c4a3117 Mon Sep 17 00:00:00 2001 From: marracuene Date: Tue, 23 Jun 2020 21:22:36 +0200 Subject: [PATCH] Run only one test --- .github/workflows/gradle-build-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-build-pr.yml b/.github/workflows/gradle-build-pr.yml index 1f4e39f4..faf4d7b6 100644 --- a/.github/workflows/gradle-build-pr.yml +++ b/.github/workflows/gradle-build-pr.yml @@ -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()