Skip to content

Commit

Permalink
HPCC-31857 : updated yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha-Bagdwal committed Jul 10, 2024
1 parent ff2b674 commit e73d05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: |
export CLASSPATH=".:${{ github.workspace }}/selenium-server-4.17.0.jar:${{ github.workspace }}/testng-7.7.1.jar:${{ github.workspace }}/jackson-annotations-2.17.0.jar:${{ github.workspace }}/jackson-core-2.17.0.jar:${{ github.workspace }}/jackson-databind-2.17.0.jar:${{ github.workspace }}/jcommander-1.82.jar"
pushd ${{ inputs.asset-name }}-ecl_watch_ui_tests
find -iname '*.java' -type f -exec javac {} \;
find . -iname '*.java' -type f -exec javac {} \;
java TestRunner detail
echo "ECL Watch UI test done"
lines=$(wc -l < error_ecl_test.log)
Expand Down

0 comments on commit e73d05b

Please sign in to comment.