Skip to content

Commit

Permalink
Add explicit PowerShell shell to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 13, 2023
1 parent da1e8c2 commit bee73af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:

- name: Run UDK build and test script
timeout-minutes: 1
shell: PowerShell
run: python .\tests\UDKTests\setup_udk_build_env.py

- name: TEST TODO
timeout-minutes: 1
if: always()
shell: PowerShell
run: .\tests\UDKTests\UDK-Lite\Binaries\Win64\UDK.com make -useunpublished

- name: Archive UDK build and test logs
Expand Down

0 comments on commit bee73af

Please sign in to comment.