From 7ffd8cb041018e86ccedb716907856f16c1be7a5 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Sun, 12 Nov 2023 09:29:43 +0100 Subject: [PATCH] WIP --- .github/workflows/test-ui-gh_runner.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ui-gh_runner.yml b/.github/workflows/test-ui-gh_runner.yml index 4acd8a3e4e2..391ead72bee 100644 --- a/.github/workflows/test-ui-gh_runner.yml +++ b/.github/workflows/test-ui-gh_runner.yml @@ -100,6 +100,8 @@ jobs: sudo xmlstarlet ed -L -u 'Environment/Software/ThorCluster/@slavesPerNode' -v 2 -u 'Environment/Software/ThorCluster/@channelsPerSlave' -v 1 /etc/HPCCSystems/environment.xml + chmod +x ./${{ inputs.asset-name }}-ui_test-files/* + - name: Start HPCC-Platform shell: "bash" run: | @@ -113,7 +115,7 @@ jobs: run: | export CLASSPATH=".:$(realpath selenium-server-standalone-3.141.59.jar):$(realpath testng-6.8.7.jar)" pushd ${{ inputs.asset-name }}-ui_test-files - sudo ./run.sh tests http://localhost:8010 > eclWatchUiTest.log 2>&1 + ./run.sh tests http://localhost:8010 > eclWatchUiTest.log 2>&1 retCode=$? echo "UI test done" [[ $retCode -ne 0 ]] && exit 1