From 7f733b2f5be49b1950179ae5e11c090b09d1bfad Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Sun, 12 Nov 2023 08:43:40 +0100 Subject: [PATCH] WIP --- .github/workflows/test-ui-gh_runner.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-ui-gh_runner.yml b/.github/workflows/test-ui-gh_runner.yml index b111a86fb78..c3ff6da7a2d 100644 --- a/.github/workflows/test-ui-gh_runner.yml +++ b/.github/workflows/test-ui-gh_runner.yml @@ -94,14 +94,17 @@ jobs: sudo xmlstarlet ed -L -u 'Environment/Software/ThorCluster/@slavesPerNode' -v 2 -u 'Environment/Software/ThorCluster/@channelsPerSlave' -v 1 /etc/HPCCSystems/environment.xml - - name: run - timeout-minutes: 10 # generous, current runtime is ~1min, this should be increased if new tests are added - if: steps.check.outputs.runtests + - name: Start HPCC-Platform + shell: "bash" run: | export LANG="en_US.UTF-8" - update-locale - source /opt/HPCCSystems/sbin/hpcc_setenv + sudo update-locale sudo /etc/init.d/hpcc-init start + + - name: Run Tests + timeout-minutes: 10 # generous, current runtime is ~1min, this should be increased if new tests are added + if: steps.check.outputs.runtests + run: | export CLASSPATH=".:$(realpath selenium-server-standalone-3.141.59.jar):$(realpath testng-6.8.7.jar)" pushd ${{ inputs.asset-name }}-ui_test-files ./run.sh tests http://localhost:8010 > eclWatchUiTest.log 2>&1