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 75ce703 commit 8080ce5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/airbyte-ci-teradata-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ jobs:
python3 -m venv venv
source venv/bin/activate
./gradlew clean :airbyte-integrations:connectors:destination-teradata:test
ls airbyte-integrations/connectors/destination-teradata/build/reports/jacoco/test
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: airbyte-teradata-connector-code-coverage-report
path: |
airbyte-integrations/connectors/destination-teradata/build/reports/jacoco/test

0 comments on commit 8080ce5

Please sign in to comment.