Skip to content

Commit de2e6ef

Browse files
committed
chore: fix dependencies in jobs
1 parent 780ffcd commit de2e6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
# TODO: how to put back everythign in coverage???
206206
test-coverage-report:
207207
runs-on: ubuntu-latest
208-
needs: build-and-cache
208+
needs: unit-and-tav-test
209209
steps:
210210
- name: Download Test Artifacts (18)
211211
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)