Skip to content

Commit

Permalink
Build Core Docker Images and Run Tests should only do composeBuild (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Jun 28, 2021
1 parent 71c7cec commit 8ebc3dc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gradle.yml
Expand Up @@ -198,7 +198,7 @@ jobs:
run: python3 -m pip install virtualenv==16.7.9 --user

- name: Build Core Docker Images and Run Tests
run: CORE_ONLY=true ./gradlew --no-daemon build --scan
run: CORE_ONLY=true ./gradlew --no-daemon composeBuild --scan

- name: Run End-to-End Frontend Tests
run: ./tools/bin/e2e_test.sh
Expand Down Expand Up @@ -254,10 +254,7 @@ jobs:
run: python3 -m pip install virtualenv==16.7.9 --user

- name: Build Core Docker Images and Run Tests
run: CORE_ONLY=true ./gradlew --no-daemon composeBuild test -x :airbyte-webapp:test --scan
env:
GIT_REVISION: ${{ github.sha }}
CORE_ONLY: true
run: CORE_ONLY=true ./gradlew --no-daemon composeBuild --scan

- name: Run Docker End-to-End Acceptance Tests
run: |
Expand Down Expand Up @@ -353,7 +350,7 @@ jobs:
CHANGE_MINIKUBE_NONE_USER: true

- name: Build Core Docker Images and Run Tests
run: CORE_ONLY=true ./gradlew --no-daemon build --scan --rerun-tasks
run: CORE_ONLY=true ./gradlew --no-daemon composeBuild --scan

- name: Run Logging Tests
run: ./tools/bin/cloud_storage_logging_test.sh
Expand Down

0 comments on commit 8ebc3dc

Please sign in to comment.