Skip to content

Commit

Permalink
Upload dbt.log as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jan 31, 2024
1 parent e10dd7c commit c2ed90f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/structured-logging-schema-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
- name: Run integration tests
run: tox -e integration -- -nauto

- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: dbt-log
path: dbt-core/dbt-core/logs/dbt.log

# apply our schema tests to every log event from the previous step
# skips any output that isn't valid json
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit c2ed90f

Please sign in to comment.