-
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e87184
commit 30ad9b0
Showing
7 changed files
with
1,199 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,12 @@ jobs: | |
host node port: 9300 | ||
node port: 9300 | ||
discovery type: 'single-node' | ||
- name: Install and run OpenSearch 📦 | ||
uses: esmarkowski/[email protected] | ||
with: | ||
version: 2.12.0 | ||
security-disabled: true | ||
port: 9209 | ||
- name: Install and run MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
|
@@ -99,6 +105,7 @@ jobs: | |
- name: setup test data ⚙️ | ||
run: | | ||
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid | ||
python3 tests/load_opensearch_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid | ||
python3 tests/load_mongo_data.py tests/data/ne_110m_populated_places_simple.geojson | ||
gunzip < tests/data/hotosm_bdi_waterways.sql.gz | psql postgresql://postgres:${{ secrets.DatabasePassword || 'postgres' }}@localhost:5432/test | ||
psql postgresql://postgres:${{ secrets.DatabasePassword || 'postgres' }}@localhost:5432/test -f tests/data/dummy_data.sql | ||
|
@@ -117,6 +124,7 @@ jobs: | |
pytest tests/test_csv__provider.py | ||
pytest tests/test_django.py | ||
pytest tests/test_elasticsearch__provider.py | ||
pytest tests/test_opensearch__provider.py | ||
pytest tests/test_esri_provider.py | ||
pytest tests/test_filesystem_provider.py | ||
pytest tests/test_geojson_provider.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.