We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
But these images are only built if there are changes made to the docker directory:
Lines 28 to 35 in 6c569c0
even though the image also depends on some files in the src/ directory.
src/
This means that any changes to the src/ directory will not be tested in the CI pipeline
The text was updated successfully, but these errors were encountered:
src
Successfully merging a pull request may close this issue.
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
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
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 pipelineThe text was updated successfully, but these errors were encountered: