File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44set -x
55. ../../lib/sh-test-lib
66
7+ UTILS_PATH=$( cd ../../utils && pwd)
8+
79# source the secrets file to get the gitlab_token env var
810lava_test_dir=" $(
911 dir=" $( pwd) "
@@ -65,7 +67,7 @@ export SPIRE_PAT_TOKEN LAVA_TOKEN LAVA_PASSWORD SQUAD_UPLOAD_URL SQUAD_ARCHIVE_S
6567# run tests with uv
6668uv run robot --pythonpath . --exclude gitlab_pipeline --variable remote:" $IS_REMOTE " --outputdir=.. --listener test/keyword_listener.py test/
6769
68- ../../../utils /upload-to-squad.sh -a ../output.xml -u " $SQUAD_UPLOAD_URL "
69- uv run --project ../../../utils/ uv run ../../../utils /parse-robot-framework.py -r ../output.xml
70+ " ${UTILS_PATH} " /upload-to-squad.sh -a ../output.xml -u " $SQUAD_UPLOAD_URL "
71+ uv run --project " ${UTILS_PATH} " / uv run " ${UTILS_PATH} " /parse-robot-framework.py -r ../output.xml
7072
7173exit 0
You can’t perform that action at this time.
0 commit comments