Skip to content

Commit

Permalink
fix references to metadata_service changed files (#33125)
Browse files Browse the repository at this point in the history
Reference the correct file path. See #33126 to see the change in action (correctly runs the metadata tests)
  • Loading branch information
erohmensing authored Dec 5, 2023
1 parent 780f948 commit e7e3d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/airbyte-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- 'airbyte-ci/connectors/pipelines/**'
- '!**/*.md'
metadata_lib:
- 'airbyte-ci/connectors/metadata/lib/**'
- 'airbyte-ci/connectors/metadata_service/lib/**'
- '!**/*.md'
metadata_orchestrator:
- 'airbyte-ci/connectors/metadata/lib/**'
- 'airbyte-ci/connectors/metadata/orchestrator/**'
- 'airbyte-ci/connectors/metadata_service/lib/**'
- 'airbyte-ci/connectors/metadata_service/orchestrator/**'
- '!**/*.md'
- name: Run airbyte-ci/connectors/connector_ops tests
Expand Down

0 comments on commit e7e3d40

Please sign in to comment.