We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ceb49 commit 6a6e07aCopy full SHA for 6a6e07a
.github/workflows/go.yml
@@ -21,6 +21,8 @@ jobs:
21
run: go build -v ./...
22
23
- name: Test
24
+ env:
25
+ DATABRICKS_DSN: ${{ secrets.DATABRICKS_DSN }}
26
run: |
27
set -o pipefail && go test ./... -json | node .github/parse-tests.js >> $GITHUB_STEP_SUMMARY
28
echo $GITHUB_STEP_SUMMARY
0 commit comments