Skip to content

Commit

Permalink
Use absolute path for debug datadir (hashicorp#20069)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaymala Sinha <jaymala@hashicorp.com>
  • Loading branch information
Jaymala committed Apr 11, 2023
1 parent 2a3e899 commit ae6f61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-run-enos-scenario-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
ENOS_VAR_vault_revision: ${{ inputs.vault-revision }}
ENOS_VAR_vault_bundle_path: ./support/downloads/${{ inputs.build-artifact-name }}
ENOS_VAR_vault_license_path: ./support/vault.hclic
ENOS_DEBUG_DATA_ROOT_DIR: ./enos/support/debug-data
ENOS_DEBUG_DATA_ROOT_DIR: /tmp/enos-debug-data
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit ae6f61d

Please sign in to comment.