Skip to content

Commit

Permalink
get project tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed May 25, 2024
1 parent 2e7a382 commit d0afc6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/project-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:

- name: Build Apptainer image
run: |
cd projects/${{ matrix.project }}
cd ${{ matrix.project }}
apptainer build --fakeroot ${matrix.project}.sif apptainer.def
- name: Run tests in Apptainer container
run: |
cd projects/${{ matrix.project }}
apptainer exec --fakeroot ${matrix.project}.sif poetry run pytest

0 comments on commit d0afc6d

Please sign in to comment.