Skip to content

Commit ab5c90f

Browse files
committed
fix paths for running execution spec tests in kubernetes
1 parent 85c222c commit ab5c90f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playbooks/dev/execution-spec-tests-execute.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ tasks:
6363
6464
cd $SPEC_TESTS_PATH
6565
export HOME=$SPEC_TESTS_PATH
66+
export PATH=$PATH:$HOME/.local/bin
6667
6768
echo "============================"
6869
echo "Installing dependencies"
@@ -140,6 +141,7 @@ tasks:
140141
# Create dir for temp files
141142
cd $SPEC_TESTS_PATH
142143
export HOME=$SPEC_TESTS_PATH
144+
export PATH=$PATH:$HOME/.local/bin
143145
144146
if [ "$CLEANUP_TESTS_PATH" == "true" ]; then
145147
function cleanup {

0 commit comments

Comments
 (0)