Merge pull request #720 from avcopan/dev #491
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: test | |
| on: | |
| push: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| steps: | |
| # Repository | |
| - name: Checkout the code | |
| uses: actions/checkout@v4 | |
| # Environment | |
| - name: Set up Pixi | |
| uses: prefix-dev/setup-pixi@v0.8.9 | |
| # Test | |
| - name: Test | |
| run: | | |
| pixi run -e test test |