Skip to content

Commit

Permalink
Add --echo-server-path for UDK CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 20, 2023
1 parent a059e2a commit 0d3ff3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
- name: Run UDK build and test script
timeout-minutes: 5
shell: PowerShell
run: py .\tests\UDKTests\setup_udk_build_env.py --use-shell --add-fw-rules
run: py .\tests\UDKTests\setup_udk_build_env.py `
--use-shell --add-fw-rules `
--echo-server-path ${{ github.workspace }}/build/umb_echo_server.exe

- name: Archive UDK build and test logs and artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0d3ff3a

Please sign in to comment.