Skip to content

Commit ac8a061

Browse files
committed
Fix issue with run and uses in same step
1 parent 348e6d7 commit ac8a061

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
run-tests:
88
runs-on: ubuntu-latest
9+
name: pixi tests
910
steps:
1011
- uses: actions/checkout@v4
1112
- name: Run tests
@@ -15,7 +16,7 @@ jobs:
1516
cache: true
1617
auth-host: prefix.dev
1718
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
18-
run: pixi run test
19+
- run: pixi run test
1920
- name: Run Coverage
2021
run: |
2122
pixi run -e tests coverage run -m pytest tests/

0 commit comments

Comments
 (0)