Skip to content

Commit

Permalink
chores: init ci workflow
Browse files Browse the repository at this point in the history
fix: do pixi install before running tests
  • Loading branch information
alvgaona committed Dec 24, 2024
1 parent fae6a04 commit 29ddea7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ci

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.4
cache: true
- run: pixi run test

0 comments on commit 29ddea7

Please sign in to comment.