File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 regress-pre-commit :
1414 runs-on : ubuntu-latest
15+ env :
16+ SINGULARITY : 1
1517 steps :
16- - uses : actions/checkout@v4
18+ - name : Clone Github Repo Action
19+ uses : actions/checkout@v4
20+ - name : Setup apptainer
21+ uses :
eWaterCycle/[email protected] 22+ - name : Get container from cache
23+ id : cache-sif
24+ uses : actions/cache@v4
25+ with :
26+ path : .singularity/image.sif
27+ key : ${{ hashFiles('container.def', 'bin/.container-tag') }}
1728 - name : Get gems and node files from cache
1829 id : cache-bundle-npm
1930 uses : actions/cache@v4
2536 - if : ${{ steps.cache-sif.outputs.cache-hit != 'true' }}
2637 name : Build container
2738 run : ./bin/build_container
39+ - name : Setup project
40+ run : ./bin/setup
2841 - uses : actions/setup-python@v5
2942 -
uses :
pre-commit/[email protected] 3043 regress-smoke :
You can’t perform that action at this time.
0 commit comments