From 10d9e2073f3db4dc28c21c8314a225d98bb8435f Mon Sep 17 00:00:00 2001 From: David Scharf Date: Mon, 22 Apr 2024 14:32:18 +0200 Subject: [PATCH] enable all tests for bigquery always (#1245) --- .github/workflows/test_destination_bigquery.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test_destination_bigquery.yml b/.github/workflows/test_destination_bigquery.yml index cc55d5a5b2..91ed395fb1 100644 --- a/.github/workflows/test_destination_bigquery.yml +++ b/.github/workflows/test_destination_bigquery.yml @@ -70,12 +70,6 @@ jobs: - name: create secrets.toml run: pwd && echo "$DLT_SECRETS_TOML" > tests/.dlt/secrets.toml - - run: | - poetry run pytest tests/load -m "essential" - name: Run essential tests Linux - if: ${{ ! (contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule')}} - - run: | poetry run pytest tests/load name: Run all tests Linux - if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}}