mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
enos: always test from the same branch as the revision (#24462)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
980691c129
commit
efda1c6d4e
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ jobs:
|
|||
ENOS_DEBUG_DATA_ROOT_DIR: /tmp/enos-debug-data
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
with:
|
||||
ref: ${{ inputs.vault-revision }}
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
with:
|
||||
# the Terraform wrapper will break Terraform execution in Enos because
|
||||
|
|
|
|||
Loading…
Reference in a new issue