From de84c7151b590761d5aa9896cc4856eb4239d9cc Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 7 Jan 2024 20:30:27 +0100 Subject: [PATCH] fix biquery tests --- .github/workflows/test_destination_bigquery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_destination_bigquery.yml b/.github/workflows/test_destination_bigquery.yml index 66eb3fe100..00027768a5 100644 --- a/.github/workflows/test_destination_bigquery.yml +++ b/.github/workflows/test_destination_bigquery.yml @@ -71,7 +71,7 @@ jobs: # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction -E bigquery --with providers -E parquet --with sentry-sdk --with pipeline - - name: create secrets.toml + - name: create secrets.toml run: pwd && echo "$DLT_SECRETS_TOML" > tests/.dlt/secrets.toml - run: |