We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0516127 commit 8ade1aeCopy full SHA for 8ade1ae
.github/workflows/nightly.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v2
31
- name: Run Acceptance Tests
32
- run: go test -v ./... -timeout=1h -run TestAccScaleway(DataSource)?${{ matrix.products }}*
+ run: go test -v ./... -timeout=1h -run "TestAccScaleway(DataSource)?${{ matrix.products }}.*"
33
env:
34
TF_LOG: DEBUG
35
# https://www.terraform.io/docs/extend/testing/acceptance-tests/index.html#running-acceptance-tests
0 commit comments