Skip to content

Commit e9479c3

Browse files
committed
fix: ci dependency
1 parent 3bddbf5 commit e9479c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code_health.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
path: coverage/lcov.info
8484
coverage:
8585
runs-on: ubuntu-latest
86+
needs: [run-tests, run-atlas-tests]
87+
if: always()
8688
steps:
8789
- uses: actions/checkout@v4
8890
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)