Skip to content

Commit b88538d

Browse files
committed
fix: update job dependencies in CI/CD workflow for proper execution order
1 parent aa3532b commit b88538d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717

1818
lint:
1919
uses: ./.github/workflows/ruff.yaml
20+
needs: cache
2021

2122
test:
22-
needs: lint
23+
needs: [lint, cache]
2324
uses: ./.github/workflows/pytest.yaml
2425

2526
docker:

0 commit comments

Comments
 (0)