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 f429e74 commit d5012b4Copy full SHA for d5012b4
.github/workflows/tests.yml
@@ -44,13 +44,14 @@ jobs:
44
go-version: 1.19
45
- uses: hashicorp/setup-terraform@v2
46
with:
47
- terraform_version: '1.3.*'
+ terraform_version: "1.3.*"
48
terraform_wrapper: false
49
- run: |
50
go generate ./...
51
go test -v -cover ./...
52
env:
53
- TF_ACC: '1'
54
- BYTEBASE_SERVICE_ACCOUNT: 'terraform@service.bytebase.com'
55
- BYTEBASE_SERVICE_KEY: ${{ secrets.BTYEBASE_SERVICE_KEY }}
56
- BYTEBASE_URL: 'https://tf.bytebase.com'
+ TF_ACC: "1"
+ # Test uses mock service, and any value should work
+ BYTEBASE_SERVICE_ACCOUNT: "terraform@service.bytebase.com"
+ BYTEBASE_SERVICE_KEY: "12345"
57
+ BYTEBASE_URL: "https://bytebase.example.com"
0 commit comments