Skip to content

Commit 6a6e07a

Browse files
authored
Set DATABRICKS_DSN when testing
1 parent 85ceb49 commit 6a6e07a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: go build -v ./...
2222

2323
- name: Test
24+
env:
25+
DATABRICKS_DSN: ${{ secrets.DATABRICKS_DSN }}
2426
run: |
2527
set -o pipefail && go test ./... -json | node .github/parse-tests.js >> $GITHUB_STEP_SUMMARY
2628
echo $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)