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 a18e022 commit 96b1b2fCopy full SHA for 96b1b2f
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
admin_subscription_token: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.subscription }}
59
admin_support_token: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.support }}
60
admin_version_maintenance_token: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.version-maintenance }}
61
+ enterprise: "1"
62
# Run terminal cmd 'go help testflag' to learn more about -list flag
63
# action.yml uses https://github.com/hashicorp-forge/go-test-split-action/blob/main/action.yml to split acceptance tests
64
# which runs against all tests using the list arg
0 commit comments