Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Nov 12, 2023
1 parent 9b4cb3a commit 7ffd8cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 7ffd8cb

Please sign in to comment.