Skip to content

Commit

Permalink
Use absolute path for UDK_USCRIPT_MESSAGE_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jan 11, 2024
1 parent daa7796 commit 27e801b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [ workflow_call ]
env:
UDK_LITE_CACHE: ${{ github.workspace }}/tests/UDKTests/.cache/
UDK_LITE_TAG: 1.0.1
UDK_USCRIPT_MESSAGE_FILES: build/generated/*.uc
UDK_USCRIPT_MESSAGE_FILES: ${{ github.workspace }}/build/generated/*.uc
# Timeout for individual steps in the test script. Not a total timeout.
UDK_TEST_TIMEOUT: 300
PYTHONUNBUFFERED: 1
Expand Down

0 comments on commit 27e801b

Please sign in to comment.