Skip to content

Continuous integration should run tests more often #321

@mishaschwartz

Description

@mishaschwartz

Tests are run in CI if changes are detected and if both the pg and pyrust docker images are built:

test:
name: test
needs: [changes, buildpg, buildpyrust]

But these images are only built if there are changes made to the docker directory:

- 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions