Skip to content

Commit

Permalink
Testing HOME permissions for docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Apr 30, 2024
1 parent 3b82c48 commit 2c3ab1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Test
run: |
docker pull ${{ env.TEST_TAG }}
echo $HOME
ls -al $HOME
docker run --rm -v $HOME:/home ${{ env.TEST_TAG }} ./run_scm.py -c twpice -d
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 2c3ab1f

Please sign in to comment.