We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7736d84 commit 1872bb3Copy full SHA for 1872bb3
.github/workflows/test.yml
@@ -80,5 +80,6 @@ jobs:
80
- run: go mod download
81
- env:
82
TF_ACC: "1"
83
+ UNSTRUCTURED_API_KEY: ${{ secrets.UNSTRUCTURED_API_KEY }}
84
run: go test -v -cover ./internal/provider/
85
timeout-minutes: 10
0 commit comments