Skip to content

Commit db18cab

Browse files
committed
install terraform before running common workflow
1 parent f70d998 commit db18cab

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/acctests.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ on: push
44

55
jobs:
66
run-acceptance-tests:
7-
uses: hashicorp/vault-workflows-common/.github/workflows/acc-tests.yaml@main
8-
secrets: inherit
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: "Setup Terraform"
10+
uses: hashicorp/setup-terraform@v3
11+
- name: "Run Acc Tests"
12+
uses: hashicorp/vault-workflows-common/.github/workflows/acc-tests.yaml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)