-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Tests are run in CI if changes are detected and if both the pg and pyrust docker images are built:
pgstac/.github/workflows/continuous-integration.yml
Lines 101 to 103 in 6c569c0
test: | |
name: test | |
needs: [changes, buildpg, buildpyrust] |
But these images are only built if there are changes made to the docker directory:
pgstac/.github/workflows/continuous-integration.yml
Lines 28 to 35 in 6c569c0
- uses: dorny/paths-filter@v2 | |
id: filter | |
with: | |
filters: | | |
pgstac: | |
- 'docker/pgstac/**' | |
pypgstac: | |
- 'docker/pypgstac/**' |
even though the image also depends on some files in the src/
directory.
This means that any changes to the src/
directory will not be tested in the CI pipeline
Metadata
Metadata
Assignees
Labels
No labels