Add benchmark for OGC API Features to measure + improve performance #23
Workflow file for this run
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
--- | |
name: e2e-test | |
on: | |
pull_request: | |
jobs: | |
end-to-end-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Test OGC API Features with Azure GeoPackage | |
run: docker-compose -f ./examples/docker-compose-features-azure.yaml up --exit-code-from smoketest |