Skip to content

Commit

Permalink
Merge pull request #29 from zimnx/mz/fix-ci
Browse files Browse the repository at this point in the history
Align GH Action running e2e tests to GH worker image changes
  • Loading branch information
zimnx authored Nov 15, 2023
2 parents 8530ed4 + abc3539 commit 3eb5a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:
--workdir="${{ inputs.repositoryPath }}" \
--volume="${{ inputs.repositoryPath }}:${{ inputs.repositoryPath }}:rw" \
--volume="${ARTIFACTS_DIR}:${ARTIFACTS_DIR}:rw" \
--volume="/usr/local/bin/kubectl:/usr/bin/kubectl" \
--volume="$( realpath $( command -v kubectl ) ):/usr/bin/kubectl" \
--volume="${HOME}/.kube/config:/kubeconfig:ro" -e='KUBECONFIG=/kubeconfig' \
'${{ env.image_repo_ref }}:ci' \
run '${{ inputs.suite }}' \
Expand Down

0 comments on commit 3eb5a88

Please sign in to comment.