We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3e5c commit 6c41e95Copy full SHA for 6c41e95
.github/workflows/nightly.yml
@@ -19,6 +19,7 @@ jobs:
19
- Object
20
- Rdb
21
- Registry
22
+ - VPC
23
runs-on: ubuntu-latest
24
steps:
25
- name: Install Go
@@ -28,7 +29,7 @@ jobs:
28
29
- name: Checkout
30
uses: actions/checkout@v2
31
- name: Run Acceptance Tests
- run: go test -v ./... -timeout=1h -run TestAccScaleway${{ matrix.products }}*
32
+ 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