Skip to content

Commit

Permalink
chore: Tighten scope of tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Jul 8, 2024
1 parent e90594e commit f43f1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
cache-to: type=gha,mode=max

test-unit:
# Simple test suite to verify that the docker container works as expected
timeout-minutes: 10
runs-on: ubuntu-latest
needs: build
Expand All @@ -80,7 +81,7 @@ jobs:
- name: Run a quick test suite
run: |
cd /opt/project
poetry run python -m pytest -r a -v tests
poetry run python -m pytest -r a -v tests/test_create_domain_info.py
env:
CDSAPI_KEY: ${{ secrets.CDSAPI_ADS_KEY }}
CDSAPI_URL: https://ads.atmosphere.copernicus.eu/api/v2
Expand Down

0 comments on commit f43f1c0

Please sign in to comment.