Skip to content

Commit

Permalink
possible path / permissions issue in runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 20, 2024
1 parent d3919db commit 301c189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
mkdir -p tests/data/downloads
sudo chown -R $(whoami):docker tests/data/downloads
sudo chmod -R 775 tests/data/downloads
ls -althF tests/data
- name: setup wis2box configuration, replace localhost with IP on host 📦
run: |
export IP=$(hostname -I | awk '{print $1}')
Expand Down Expand Up @@ -69,6 +68,7 @@ jobs:
curl -X POST http://localhost/wis2downloader/subscriptions -H "Content-Type: application/json" -H "Authorization: Bearer github123" -d @test.json
ls -althF tests/data/downloads
ls -althF tests/data
docker logs wis2downloader
- name: add Malawi synop data (csv2bufr synop_bufr template) 🇲🇼
env:
TOPIC_HIERARCHY: origin/a/wis2/mw-mw_met_centre/data/core/weather/surface-based-observations/synop
Expand Down Expand Up @@ -194,6 +194,7 @@ jobs:
run: |
sleep 30
docker logs wis2box-management
docker logs wis2downloader
pytest -s tests/integration
- name: run flake8 ⚙️
run: |
Expand Down

0 comments on commit 301c189

Please sign in to comment.