diff --git a/.github/workflows/test_build_images.yml b/.github/workflows/test_build_images.yml index a26c93d5cc..c9a99eda2d 100644 --- a/.github/workflows/test_build_images.yml +++ b/.github/workflows/test_build_images.yml @@ -39,4 +39,4 @@ jobs: installer-parallel: true - name: Build images - run: make test-build-images \ No newline at end of file + run: make test-build-images diff --git a/.github/workflows/test_dbt_runner.yml b/.github/workflows/test_dbt_runner.yml index ae26a5d852..0ca784a1ae 100644 --- a/.github/workflows/test_dbt_runner.yml +++ b/.github/workflows/test_dbt_runner.yml @@ -81,4 +81,3 @@ jobs: - run: | poetry run pytest tests/helpers/dbt_tests --ignore=tests/helpers/dbt_tests/local -k '(not local)' name: Run dbt runner with venv - Linux/MAC - diff --git a/.github/workflows/test_destination_athena.yml b/.github/workflows/test_destination_athena.yml index 2867ff4fd7..08d4e6dd64 100644 --- a/.github/workflows/test_destination_athena.yml +++ b/.github/workflows/test_destination_athena.yml @@ -81,5 +81,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - - diff --git a/.github/workflows/test_destination_athena_iceberg.yml b/.github/workflows/test_destination_athena_iceberg.yml index d3db5603be..c4e9047634 100644 --- a/.github/workflows/test_destination_athena_iceberg.yml +++ b/.github/workflows/test_destination_athena_iceberg.yml @@ -81,7 +81,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - - - - \ No newline at end of file diff --git a/.github/workflows/test_destination_bigquery.yml b/.github/workflows/test_destination_bigquery.yml index 4cfdd03dda..95f7edfb4d 100644 --- a/.github/workflows/test_destination_bigquery.yml +++ b/.github/workflows/test_destination_bigquery.yml @@ -79,4 +79,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - diff --git a/.github/workflows/test_destination_databricks.yml b/.github/workflows/test_destination_databricks.yml index dac516b2fd..95ce20fb90 100644 --- a/.github/workflows/test_destination_databricks.yml +++ b/.github/workflows/test_destination_databricks.yml @@ -77,5 +77,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - - diff --git a/.github/workflows/test_destination_qdrant.yml b/.github/workflows/test_destination_qdrant.yml index 9ab32cfd57..9131e9c62d 100644 --- a/.github/workflows/test_destination_qdrant.yml +++ b/.github/workflows/test_destination_qdrant.yml @@ -75,5 +75,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - - diff --git a/.github/workflows/test_destination_snowflake.yml b/.github/workflows/test_destination_snowflake.yml index cdeb890e73..c46ca95a6b 100644 --- a/.github/workflows/test_destination_snowflake.yml +++ b/.github/workflows/test_destination_snowflake.yml @@ -77,6 +77,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - - - diff --git a/.github/workflows/test_destination_synapse.yml b/.github/workflows/test_destination_synapse.yml index d5f2df0a9f..997b0a2903 100644 --- a/.github/workflows/test_destination_synapse.yml +++ b/.github/workflows/test_destination_synapse.yml @@ -80,4 +80,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - diff --git a/.github/workflows/test_destinations.yml b/.github/workflows/test_destinations.yml index 81422092f9..a23f5f3f4d 100644 --- a/.github/workflows/test_destinations.yml +++ b/.github/workflows/test_destinations.yml @@ -89,6 +89,3 @@ jobs: poetry run pytest tests/load name: Run all tests Linux if: ${{ contains(github.event.pull_request.labels.*.name, 'ci full') || github.event_name == 'schedule'}} - - - diff --git a/.github/workflows/test_doc_snippets.yml b/.github/workflows/test_doc_snippets.yml index ebdcbd368f..107ad46418 100644 --- a/.github/workflows/test_doc_snippets.yml +++ b/.github/workflows/test_doc_snippets.yml @@ -68,4 +68,3 @@ jobs: - name: Run linter and tests run: make test-and-lint-snippets -