From e85232f3e476f4f80dfe188f3395612589245f7b Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 23 Oct 2023 10:33:28 -0700 Subject: [PATCH] add comment to test --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f33ade986..b4f78a1c9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -63,6 +63,7 @@ jobs: with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} + - name: Check if relevant files changed if: github.event_name == 'pull_request' # https://github.com/marketplace/actions/paths-changes-filter @@ -80,6 +81,7 @@ jobs: - 'dbt/**' - 'tests/**' - 'dev-requirements.txt' + local-tests: name: test spark local against python ${{ matrix.python-version }}