-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed redundant dependencies between stages in .github\workflows\te…
…st.yml
- Loading branch information
1 parent
f95cf47
commit 9a30716
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
SergeyKleyman
Author
Contributor
|
||
- 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 | ||
|
IMO tests are required to trigger build of packages in other case we will build a package with an agent that does not pass the tests