Skip to content

Commit c0a2d18

Browse files
committed
Fix CI
1 parent 7731fe2 commit c0a2d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
cache-from: type=gha
3838
cache-to: type=gha,mode=max
3939
- name: Start Docker containers
40-
run: uv run ./cli.py compose-up --no-build
40+
run: uv run ./cli.py compose-up -- --no-build
4141
- name: Run linting
4242
# https://github.com/actions/runner/issues/241#issuecomment-745902718
4343
shell: 'script -q -e -c "bash {0}"'
4444
run: uv run ./cli.py lint
4545
- name: Run tests
4646
shell: 'script -q -e -c "bash {0}"'
47-
run: uv run ./cli.py test --cov
47+
run: uv run ./cli.py test -- --cov
4848
- name: Stop Docker containers
4949
if: ${{ always() }}
5050
run: uv run ./cli.py compose-down

0 commit comments

Comments
 (0)