Skip to content

Commit

Permalink
exclude workers test from connectors builds on CI (#10615)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored and etsybaev committed Mar 5, 2022
1 parent f954a3f commit 08f086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: SUB_BUILD=CONNECTORS_BASE ./gradlew format --scan --info --stacktrace

- name: Build
run: SUB_BUILD=CONNECTORS_BASE ./gradlew build --scan
run: SUB_BUILD=CONNECTORS_BASE ./gradlew build -x :airbyte-workers:test --scan

- name: Ensure no file change
run: git --no-pager diff && test -z "$(git --no-pager diff)"
Expand Down

0 comments on commit 08f086f

Please sign in to comment.