feat: add policy test script, recording launcher, and dataset fix uti… #348
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: pixi CI | |
| # | |
| # on: | |
| # push: | |
| # branches: [ "main" ] | |
| # pull_request: | |
| # branches: [ "main" ] | |
| # | |
| # jobs: | |
| # build: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - name: Checkout code | |
| # uses: actions/checkout@v3 | |
| # | |
| # - name: List files | |
| # run: ls -la | |
| # | |
| # - uses: prefix-dev/setup-pixi@v0.8.8 | |
| # with: | |
| # pixi-version: v0.46.0 | |
| # cache: true |