Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
glesur committed Jun 29, 2023
1 parent 267ea5b commit b7c417a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/idefix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,12 @@ jobs:
with:
lfs: true
submodules: recursive
# Manually do a git LFS https://github.com/actions/checkout/issues/270
- run: git lfs pull
- name: Run utils test
run: cd test && ./checks_utils.sh $TEST_OPTIONS
- name: Lookup table
run: |
cd $IDEFIX_DIR/test/utils/lookupTable
./testme.py -all $TESTME_OPTIONS
- name: Dump Image
run: |
cd $IDEFIX_DIR/test/utils/dumpImage
./testme.py -all $TESTME_OPTIONS

0 comments on commit b7c417a

Please sign in to comment.