mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
cd to directory in the bazel build workspace
TODO
This commit is contained in:
parent
df0450f257
commit
b5693f2d9f
4
.github/actions/e2e_mini/action.yml
vendored
4
.github/actions/e2e_mini/action.yml
vendored
@ -48,6 +48,8 @@ runs:
|
||||
ARM_TENANT_ID: ${{ inputs.azureTenantID }}
|
||||
run: |
|
||||
bazel run --test_timeout=14400 //e2e/miniconstellation:push_remote_test
|
||||
# TODO: Replace and test with BUILD_WORKING_DIRECTORY
|
||||
echo "bazel-workspace-dir=$BUILD_WORKSPACE_DIRECTORY" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Log in to azure
|
||||
# only log in if e2e test failed or if the run was cancelled
|
||||
@ -61,7 +63,7 @@ runs:
|
||||
# clean up if e2e test failed or if the run was cancelled
|
||||
if: (failure() && steps.e2e-test.conclusion == 'failure') || cancelled()
|
||||
run: |
|
||||
cd e2e/miniconstellation
|
||||
cd ${{ steps.e2e-test.outputs.bazel-workspace-dir }}/e2e/miniconstellation
|
||||
terraform init
|
||||
rg_name=$(terraform output -raw rg_name)
|
||||
echo "[*] Deleting resource group $rg_name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user