From c82fb90c7efadc3763825dc346177a74480bef8c Mon Sep 17 00:00:00 2001 From: marracuene Date: Tue, 23 Jun 2020 21:44:10 +0200 Subject: [PATCH] Run only one test - forcing rerun --- .github/workflows/gradle-build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build-pr.yml b/.github/workflows/gradle-build-pr.yml index faf4d7b6..4add74b5 100644 --- a/.github/workflows/gradle-build-pr.yml +++ b/.github/workflows/gradle-build-pr.yml @@ -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: