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 77e1673 commit 0094c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Run CLI tests
working-directory: docker/tests
run: |
docker logs subscriber
docker exec subscriber bash -c "id -u"
docker exec subscriber bash -c "id -g"
echo "Testing adding subscription"
sleep 60s
docker ps
# test adding a subscription
docker exec subscriber bash -c "source /home/wis2downloader/.venv/bin/activate && wis2downloader add-subscription --topic cache/a/wis2/+/services/#"
Expand Down

0 comments on commit 0094c83

Please sign in to comment.