Skip to content

Commit

Permalink
debug the landsat tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Oct 18, 2024
1 parent 93a9fb0 commit 7db0c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run Integration Tests
run: |
docker compose up -d --wait --quiet-pull
docker run --rm ${{ needs.build.outputs.ghcr_docker_image }} pytest tests/ --ignore tests/unit/ -vv
docker run --rm ${{ needs.build.outputs.ghcr_docker_image }} pytest tests/tests/integration/data_sources/test_aws_landsat.py
- name: Clean up
if: always()
Expand Down

0 comments on commit 7db0c20

Please sign in to comment.