Skip to content

Commit 6c41e95

Browse files
feat: enable datasource nightly tests (#754)
1 parent 3fe3e5c commit 6c41e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- Object
2020
- Rdb
2121
- Registry
22+
- VPC
2223
runs-on: ubuntu-latest
2324
steps:
2425
- name: Install Go
@@ -28,7 +29,7 @@ jobs:
2829
- name: Checkout
2930
uses: actions/checkout@v2
3031
- name: Run Acceptance Tests
31-
run: go test -v ./... -timeout=1h -run TestAccScaleway${{ matrix.products }}*
32+
run: go test -v ./... -timeout=1h -run TestAccScaleway(DataSource)?${{ matrix.products }}*
3233
env:
3334
TF_LOG: DEBUG
3435
# https://www.terraform.io/docs/extend/testing/acceptance-tests/index.html#running-acceptance-tests

0 commit comments

Comments
 (0)