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 061e001 commit b0086d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Run containers
working-directory: docker/tests
run: |
export UID=$(id -u)
export GID=$(id -g)
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)
docker compose up -d
- name: Run CLI tests
working-directory: docker/tests
Expand Down
2 changes: 1 addition & 1 deletion docker/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ services:
- broker
volumes:
- ./data:/home/wis2downloader/app/data/downloads
user: $GID:$UID
user: $GROUP_ID:$USER_ID

0 comments on commit b0086d2

Please sign in to comment.