Skip to content

Commit 75eb32c

Browse files
committed
Fix CI
1 parent 79dc252 commit 75eb32c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
tox: pre-commit,type-checking
1717

18-
uv_test:
18+
test:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
@@ -59,7 +59,7 @@ jobs:
5959
run: uv run tox -e system-test
6060

6161
container:
62-
needs: test
62+
needs: [test, system-test]
6363
if: always()
6464
uses: ./.github/workflows/_container.yml
6565
with:
@@ -83,7 +83,7 @@ jobs:
8383
id-token: write
8484

8585
release:
86-
needs: [dist, test, docs]
86+
needs: [dist, test, docs, container]
8787
if: github.ref_type == 'tag'
8888
uses: ./.github/workflows/_release.yml
8989
permissions:

0 commit comments

Comments
 (0)