Skip to content

Commit 46e42b5

Browse files
committed
update github action to use ENVFILTER
1 parent c97b1a3 commit 46e42b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
# populates the cache and cache may include test results.
8383
if: ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' }}
8484
env:
85-
DATABRICKS_CLI_DEPLOYMENT: ${{ matrix.deployment }}
85+
ENVFILTER: DATABRICKS_CLI_DEPLOYMENT=${{ matrix.deployment }}
8686
run: make test
8787

8888
- name: Run tests with coverage
8989
# Still run 'make cover' on push to main and merge checks to make sure it does not get broken.
9090
if: ${{ github.event_name != 'pull_request' && github.event_name != 'schedule' }}
9191
env:
92-
DATABRICKS_CLI_DEPLOYMENT: ${{ matrix.deployment }}
92+
ENVFILTER: DATABRICKS_CLI_DEPLOYMENT=${{ matrix.deployment }}
9393
run: make cover
9494

9595
- name: Analyze slow tests

0 commit comments

Comments
 (0)