Skip to content

Commit

Permalink
[ci] Use test-ci target for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Oct 29, 2024
1 parent 84ea59f commit dcdfdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- name: Run tests
run: pixi run -e test${{ matrix.python-version }} test
run: pixi run -e test${{ matrix.python-version }} test-ci
deploy:
name: Deploy
environment: Deployment
Expand Down

0 comments on commit dcdfdf0

Please sign in to comment.