Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
improve naming of cloud integration tests (airbytehq#11713)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Apr 4, 2022
1 parent e3523e0 commit a809514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ jobs:
df -h
docker system df
- name: Run GCP End-to-End Acceptance Tests
- name: Run AWS/GCP Cloud Integration Tests
env:
USER: root
HOME: /home/runner
Expand All @@ -846,7 +846,7 @@ jobs:
SECRET_STORE_GCP_CREDENTIALS: ${{ secrets.SECRET_STORE_GCP_CREDENTIALS }}
SECRET_STORE_GCP_PROJECT_ID: ${{ secrets.SECRET_STORE_GCP_PROJECT_ID }}
run: |
CI=true ./tools/bin/gcp_acceptance_tests.sh
CI=true ./tools/bin/cloud_integration_tests.sh
# In case of self-hosted EC2 errors, remove this block.
stop-kube-acceptance-test-runner:
name: "Platform: Stop Kube Acceptance Test EC2 Runner"
Expand Down
File renamed without changes.

0 comments on commit a809514

Please sign in to comment.