Skip to content

Fix comment

Fix comment #68

Workflow file for this run

name: Build and test generated UScript with UDK
on: [ push ]
jobs:
Build-Test-UScript-With-UDK:
runs-on: windows-latest
steps:
- name: Check out UMB repository
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'
cache-dependency-path: .\tests\UDKTests\requirements.txt
- run: pip install -r .\tests\UDKTests\requirements.txt
- run: python --version
- name: Run UDK build and test script
run: python .\tests\UDKTests\setup_udk_build_env.py