Skip to content

Commit

Permalink
migrate to GitHub Actions (geopython#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 1, 2021
1 parent e14a067 commit 2880625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
python3 tests/load_es_data.py tests/cite/ogcapi-features/canada-hydat-daily-mean-02HC003.geojson IDENTIFIER
python3 tests/load_mongo_data.py tests/data/ne_110m_populated_places_simple.geojson
gunzip < tests/data/hotosm_bdi_waterways.sql.gz | psql -U postgres test
#gunzip < tests/data/hotosm_bdi_waterways.sql.gz | psql -U postgres test
- name: run unit tests ⚙️
run: |
pytest tests/test_api.py
Expand Down

0 comments on commit 2880625

Please sign in to comment.