Add post-install scripts to all tests to capture failure details in GitHub workflow summary (#88)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
set -xe
|
||||
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
SCRIPTPATH=$(dirname "$SCRIPT")
|
||||
SCRIPT="$(readlink -f "$0")"
|
||||
SCRIPTPATH="$(dirname "${SCRIPT}")"
|
||||
|
||||
helm install \
|
||||
--namespace spire-server \
|
||||
|
||||
Reference in New Issue
Block a user