We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c1fee commit 8029307Copy full SHA for 8029307
.github/workflows/test.yml
@@ -80,5 +80,5 @@ jobs:
80
TF_ACC: "1"
81
CTRLPLANE_TOKEN: ${{ secrets.CTRLPLANE_TOKEN }}
82
CTRLPLANE_WORKSPACE: ${{ vars.CTRLPLANE_WORKSPACE }}
83
- run: go test -v -cover ./internal/provider/ ./internal/resources/
+ run: go test -v -cover ./internal/provider/... ./internal/resources/...
84
timeout-minutes: 10
0 commit comments