Skip to content

Commit

Permalink
run publish stations before starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Sep 21, 2023
1 parent 6440473 commit cb7a884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
run: |
sleep 30
python3 wis2box-ctl.py execute wis2box environment show
- name: populate stations from csv 📡
run: |
python3 wis2box-ctl.py execute wis2box metadata station publish-collection
- name: add Malawi data 🇲🇼
env:
TOPIC_HIERARCHY: mwi.mwi_met_centre.data.core.weather.surface-based-observations.synop
Expand Down

0 comments on commit cb7a884

Please sign in to comment.