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 acfa88f commit ce021f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Build Apptainer image
run: |
cd projects/${{ matrix.project }}
singularity build --fakeroot ${{ matrix.project }}.sif apptainer.def
singularity build ${{ matrix.project }}.sif apptainer.def
- name: Run tests in Apptainer container
run: |
singularity exec --fakeroot ${{ matrix.project }}.sif poetry run pytest
singularity exec ${{ matrix.project }}.sif poetry run pytest

0 comments on commit ce021f5

Please sign in to comment.