From c2ed90f73911086ad9776004f806864594cad94d Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Wed, 31 Jan 2024 15:33:34 +0000 Subject: [PATCH] Upload dbt.log as an artifact --- .github/workflows/structured-logging-schema-check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/structured-logging-schema-check.yml b/.github/workflows/structured-logging-schema-check.yml index ee2ca6f7ea3..4a79268188a 100644 --- a/.github/workflows/structured-logging-schema-check.yml +++ b/.github/workflows/structured-logging-schema-check.yml @@ -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