search: fix use of cps_path #175
This file contains 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: Pixi | |
on: | |
pull_request: | |
branches: [main] | |
paths: | |
- "src/**" | |
- "tests/**" | |
- "meson.build" | |
- "meson_options.txt" | |
- "pixi.lock" | |
- "pixi.toml" | |
push: | |
branches: [main] | |
paths: | |
- "src/**" | |
- "tests/**" | |
- "meson.build" | |
- "meson_options.txt" | |
- "pixi.lock" | |
- "pixi.toml" | |
jobs: | |
pixi: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: prefix-dev/[email protected] | |
with: | |
pixi-version: v0.16.1 | |
cache: true | |
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }} | |
- run: pixi run setup | |
- run: pixi run build | |
- run: pixi run test |