Skip to content

Commit

Permalink
Attempting to fix failing java integration tests (#11664)
Browse files Browse the repository at this point in the history
* Attempting to fix failing java integration tests

some failing tests
https://github.com/airbytehq/airbyte/runs/5463368404?check_suite_focus=true

Greg also has context here, but we think the underlying java version
has been changed

* Less tabs

* WIP DO NOT COMMIT TO master

forces runs on test branch

* Rolled the dice wrong from GH action branch naming

i know is not ref :(

* Remove the safety for testing

* Check for master again
  • Loading branch information
supertopher authored Apr 1, 2022
1 parent 2008970 commit 5938a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/connector_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout Airbyte
uses: actions/checkout@v2
- name: Install Java
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Launch Integration Tests
run: ./tools/bin/ci_integration_workflow_launcher.sh
env:
Expand Down

0 comments on commit 5938a76

Please sign in to comment.