diff --git a/.github/workflows/tests-docker.yml b/.github/workflows/tests-docker.yml index 70ead8c5..dc73c6ab 100644 --- a/.github/workflows/tests-docker.yml +++ b/.github/workflows/tests-docker.yml @@ -147,11 +147,11 @@ jobs: python3 wis2box-ctl.py execute wis2box data ingest -mdi $DISCOVERY_METADATA_ID -p $TEST_DATA - name: add example hourly ship data (bufr2bufr) WMO env: - TOPIC_HIERARCHY: origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/ship-hourly - DISCOVERY_METADATA: /data/wis2box/metadata/discovery/int-wmo-test-ship-hourly.yml - DISCOVERY_METADATA_ID: urn:wmo:md:int-wmo-test:surface-weather-observations:ship-hourly - STATION_METADATA: /data/wis2box/metadata/station/wmo-test-ship-hourly.csv - TEST_DATA: /data/wis2box/observations/wmo/ship-hourly + TOPIC_HIERARCHY: origin/a/wis2/int-wmo-test/data/core/weather/surface-based-observations/ship + DISCOVERY_METADATA: /data/wis2box/metadata/discovery/int-wmo-test-ship.yml + DISCOVERY_METADATA_ID: urn:wmo:md:int-wmo-test:surface-weather-observations:ship + STATION_METADATA: /data/wis2box/metadata/station/wmo-test-ship.csv + TEST_DATA: /data/wis2box/observations/wmo/ship run: | python3 wis2box-ctl.py execute wis2box dataset publish $DISCOVERY_METADATA python3 wis2box-ctl.py execute wis2box metadata station publish-collection --path $STATION_METADATA --topic-hierarchy $TOPIC_HIERARCHY