Skip to content

Commit

Permalink
add ent env var
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Oct 16, 2024
1 parent 3bf037a commit d234141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ jobs:
LDAP_URL: "ldap://openldap:1389"
VAULT_PLUGIN_COMMAND: ${{ steps.plugin.outputs.command }}
run: |
TF_ACC=1 go test -v -run TestAccDatabaseSecretBackendStaticRole_Rootless ./vault/... -timeout 30m ./...
TF_ACC_ENTERPRISE=1 TF_ACC=1 go test -v -run TestAccDatabaseSecretBackendStaticRole_Rootless ./vault/... -timeout 30m ./...

0 comments on commit d234141

Please sign in to comment.