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 36060d8 commit d612cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
sudo useradd -l -u 12135 wis2downloader
sudo usermod -aG docker wis2downloader
# Add env parameters to tests/test.env
echo "DOCKER_GID=$(getent group docker | cut -d: -f3)" >> tests/test.env
echo "DOWNLOADER_ID=12135" >> tests/test.env
echo "\nDOCKER_GID=$(getent group docker | cut -d: -f3)" >> tests/test.env
echo "DOWNLOADER_UID=12135\n" >> tests/test.env
- name: setup wis2box configuration, replace localhost with IP on host 📦
run: |
export IP=$(hostname -I | awk '{print $1}')
Expand Down

0 comments on commit d612cd4

Please sign in to comment.