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 6ba5446 commit 8b720a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
working-directory: docker/tests
run: |
echo "Testing adding subscription"
sleep 60s
docker ps
docker exec -it subscriber bash -c "id -u"
docker exec -it subscriber bash -c "id -g"
docker exec subscriber bash -c "id -u"
docker exec subscriber bash -c "id -g"
# test adding a subscription
docker exec subscriber bash -c "source /home/wis2downloader/.venv/bin/activate && wis2downloader add-subscription --topic cache/a/wis2/+/services/#"
# test listing subscriptions
Expand Down

0 comments on commit 8b720a1

Please sign in to comment.