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 0a10069 commit 49d9cb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- name: Run CLI tests
working-directory: docker/tests
run: |
sleep 30s
docker logs subscriber
docker exec subscriber bash -c "id -u"
docker exec subscriber bash -c "id -g"
echo "Testing adding subscription"
docker ps
# test adding a subscription
Expand Down

0 comments on commit 49d9cb3

Please sign in to comment.