Skip to content

Commit

Permalink
Merge pull request #4 from pavelzw/test
Browse files Browse the repository at this point in the history
Add tests in CI
  • Loading branch information
baszalmstra authored Nov 19, 2023
2 parents cdfba33 + 0034713 commit 728c456
Show file tree
Hide file tree
Showing 5 changed files with 1,982 additions and 403 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI
on:
push:
branches:
- main
pull_request:

jobs:
ci:
Expand All @@ -17,6 +20,9 @@ jobs:
- name: Generate schema
run: |
pixi run generate
- name: Test recipe schema
run: |
pixi run test
- name: Assert no changes
run: |
git diff --exit-code
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pixi environments
.pixi
.ruff_cache
__pycache__
Loading

0 comments on commit 728c456

Please sign in to comment.