Skip to content

Commit 1872bb3

Browse files
committed
Set Unstructured API Key for acceptance tests
1 parent 7736d84 commit 1872bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ jobs:
8080
- run: go mod download
8181
- env:
8282
TF_ACC: "1"
83+
UNSTRUCTURED_API_KEY: ${{ secrets.UNSTRUCTURED_API_KEY }}
8384
run: go test -v -cover ./internal/provider/
8485
timeout-minutes: 10

0 commit comments

Comments
 (0)