Skip to content

Commit

Permalink
Update airbyte-ci-teradata-code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sc250072 authored Jan 3, 2025
1 parent 903b422 commit 75ce703
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/airbyte-ci-teradata-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
java-version: '21'
- name: "Install Node 16"
uses: actions/setup-node@v4
with:
Expand All @@ -51,4 +51,7 @@ jobs:
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo chmod 666 /var/run/docker.sock
- name: "Run Teradata Destination Connector Tests"
run: ./gradlew clean :airbyte-integrations:connectors:destination-teradata:test
run: |
python3 -m venv venv
source venv/bin/activate
./gradlew clean :airbyte-integrations:connectors:destination-teradata:test

0 comments on commit 75ce703

Please sign in to comment.