Skip to content

Commit

Permalink
Debugging volume / paths
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent e0143fe commit 6ef25c6
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 @@ -27,7 +27,7 @@ jobs:
working-directory: docker/tests
run: |
# make sure data directory has correct permissions
chown -R 1001:1001 ./data
sudo chown -R 1001:1001 ./data
# 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 6ef25c6

Please sign in to comment.