Skip to content

Commit

Permalink
call create.sh script from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 19, 2024
1 parent 756f1f9 commit 0c97845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ jobs:
- name: pixi run docs
run: |
pixi run docs
- name: test create.sh script
# (this is a duplication of the tasks above, but as long as we
# have the duplication, we should test both versions.)
run: |
pixi run bash create.sh

0 comments on commit 0c97845

Please sign in to comment.