Skip to content

Commit 8ade1ae

Browse files
fix: nightly tests (#756)
1 parent 0516127 commit 8ade1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v2
3131
- name: Run Acceptance Tests
32-
run: go test -v ./... -timeout=1h -run TestAccScaleway(DataSource)?${{ matrix.products }}*
32+
run: go test -v ./... -timeout=1h -run "TestAccScaleway(DataSource)?${{ matrix.products }}.*"
3333
env:
3434
TF_LOG: DEBUG
3535
# https://www.terraform.io/docs/extend/testing/acceptance-tests/index.html#running-acceptance-tests

0 commit comments

Comments
 (0)