Skip to content

Commit 8029307

Browse files
committedMar 18, 2025
fix the tests
1 parent 89c1fee commit 8029307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
TF_ACC: "1"
8181
CTRLPLANE_TOKEN: ${{ secrets.CTRLPLANE_TOKEN }}
8282
CTRLPLANE_WORKSPACE: ${{ vars.CTRLPLANE_WORKSPACE }}
83-
run: go test -v -cover ./internal/provider/ ./internal/resources/
83+
run: go test -v -cover ./internal/provider/... ./internal/resources/...
8484
timeout-minutes: 10

0 commit comments

Comments
 (0)