Skip to content

Commit

Permalink
Updating tests for wis2downloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 20, 2024
1 parent dc0c1ea commit c65d4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "DOWNLOADER_UID=12135" >> tests/test.env
# make sure data dir is in group docker and has 775 permissions
mkdir -p ./tests/data/downloads
sudo chown -R $(USER):docker ./tests/data/downloads
sudo chown -R $(id -u):docker ./tests/data/downloads
sudo chmod -R 775 ./tests/data/downloads
- name: setup wis2box configuration, replace localhost with IP on host 📦
run: |
Expand Down

0 comments on commit c65d4cf

Please sign in to comment.