Skip to content

Commit

Permalink
where
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 20, 2024
1 parent e700645 commit deb785e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run unit tests
run: |
docker run --rm ${{ env.TEST_TAG }}
ls -l
echo "${PWD} $( ls -l )"
docker run --rm -v .:/home ${{ env.TEST_TAG }} py.test -v tests
- name: Build
Expand Down

0 comments on commit deb785e

Please sign in to comment.