Skip to content

Commit

Permalink
change workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 22, 2024
1 parent deb785e commit d0e9579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
tags: ${{ env.TEST_TAG }}
file:
./dockerfiles/container_template/Dockerfile

- name: Run unit tests
run: |
docker run --rm ${{ env.TEST_TAG }}
echo "${PWD} $( ls -l )"
docker run --rm -v .:/home ${{ env.TEST_TAG }} py.test -v tests
docker run --rm ${{ env.TEST_TAG }} python --version
docker run --rm -v ${{ github.workspace }}:/home ${{ env.TEST_TAG }} py.test -v tests
- name: Build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit d0e9579

Please sign in to comment.