Skip to content

Try to force pixi test to run #3

Try to force pixi test to run

Try to force pixi test to run #3

Workflow file for this run

name: Run Tests with Pixi
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest

Check failure on line 8 in .github/workflows/pixi-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pixi-ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: prefix-dev/setup-pixi@v0.8.3
with:
pixi-version: v0.42.1
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
run: pixi run test