From 9a307163e29703d35a123df8984dd631e84c6e7e Mon Sep 17 00:00:00 2001 From: Sergey Kleyman Date: Thu, 29 Jun 2023 21:22:35 +0300 Subject: [PATCH] Removed redundant dependencies between stages in .github\workflows\test.yml --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdf00ec32..236c19663 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: - name: phpt-unit-tests run: make -f .ci/Makefile run-phpt-tests - test: + static-checks-unit-tests: name: static-checks-unit-tests runs-on: ubuntu-latest timeout-minutes: 30 @@ -122,8 +122,6 @@ jobs: runs-on: ubuntu-latest needs: - build - - test - - phpt-tests steps: - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 @@ -159,7 +157,6 @@ jobs: needs: - build-packages - generate-test-packages-matrix - - test runs-on: ubuntu-latest strategy: max-parallel: 20