File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ jobs:
82
82
# populates the cache and cache may include test results.
83
83
if : ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' }}
84
84
env :
85
- DATABRICKS_CLI_DEPLOYMENT : ${{ matrix.deployment }}
85
+ ENVFILTER : DATABRICKS_CLI_DEPLOYMENT= ${{ matrix.deployment }}
86
86
run : make test
87
87
88
88
- name : Run tests with coverage
89
89
# Still run 'make cover' on push to main and merge checks to make sure it does not get broken.
90
90
if : ${{ github.event_name != 'pull_request' && github.event_name != 'schedule' }}
91
91
env :
92
- DATABRICKS_CLI_DEPLOYMENT : ${{ matrix.deployment }}
92
+ ENVFILTER : DATABRICKS_CLI_DEPLOYMENT= ${{ matrix.deployment }}
93
93
run : make cover
94
94
95
95
- name : Analyze slow tests
You can’t perform that action at this time.
0 commit comments