From f5f22904fbf62561fce76d4bf38c5ac3bcacc131 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 30 Mar 2022 13:52:42 +0200 Subject: [PATCH] Have tests run in parallel job --- .github/workflows/action-schedule_master.yml | 2 +- .github/workflows/action-schedule_tags.yml | 2 +- .github/workflows/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-schedule_master.yml b/.github/workflows/action-schedule_master.yml index 73e53de..9d524df 100644 --- a/.github/workflows/action-schedule_master.yml +++ b/.github/workflows/action-schedule_master.yml @@ -137,7 +137,7 @@ jobs: uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master with: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} - run_tests: true + run_tests: false upload_artifact: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} diff --git a/.github/workflows/action-schedule_tags.yml b/.github/workflows/action-schedule_tags.yml index 76cb89e..bebe594 100644 --- a/.github/workflows/action-schedule_tags.yml +++ b/.github/workflows/action-schedule_tags.yml @@ -137,7 +137,7 @@ jobs: uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master with: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} - run_tests: true + run_tests: false upload_artifact: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index fcf0951..4403e82 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -137,7 +137,7 @@ jobs: uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master with: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} - run_tests: true + run_tests: false upload_artifact: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}