Skip to content

Commit 979abe4

Browse files
committed
chore: update publish-test-results job dependencies in ci.yml
1 parent 555da7f commit 979abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
retention-days: 90 # retention period for the artifact in days. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#about-workflow-artifact-retention
221221

222222
publish-test-results:
223-
needs: unit-parallel-tests
223+
needs: [build, unit-parallel-tests]
224224
runs-on: ubuntu-latest
225225
steps:
226226
- name: Checkout repository

0 commit comments

Comments
 (0)