Skip to content

Commit

Permalink
mounts test data volume in GHA test
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Dec 16, 2024
1 parent c71d3f5 commit fc4fbd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Run tests
run: |
docker run -v ${{ github.workspace }}/coverage:/app/coverage --entrypoint bash \
docker run -v ${{ github.workspace }}/coverage:/app/coverage \
-v ${{ github.workspace }}/slurm-dev-environment/fs/nfs/public:/app/data \
--entrypoint bash \
--add-host=host.docker.internal:host-gateway \
-e DATABASE_URL=postgres://postgres:[email protected]:5432/emg --rm app:latest -c pytest
Expand Down

0 comments on commit fc4fbd3

Please sign in to comment.