Skip to content

Commit

Permalink
Testing permissions and uid/gid.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent 3f85f64 commit 061e001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Run containers
working-directory: docker/tests
run: |
export UID=$(id -u)
export GID=$(id -g)
docker compose up -d
- name: Run CLI tests
working-directory: docker/tests
Expand Down

0 comments on commit 061e001

Please sign in to comment.