diff --git a/.github/workflows/selfhosted-poc.yml b/.github/workflows/selfhosted-poc.yml index bb876391..b05fec80 100644 --- a/.github/workflows/selfhosted-poc.yml +++ b/.github/workflows/selfhosted-poc.yml @@ -38,12 +38,7 @@ jobs: - name: Run UAT run: | - docker run --rm -ti -v "$(pwd):/mnt/source" ghcr.io/epicgames/unreal-engine:dev-5.4 - pwd - ls -als /mnt/source - ls -als /home - ls -als /home/ue5/UnrealEngine/Engine/Build/BatchFiles/ - exit + docker run --rm -v "$(pwd):/mnt/source" ghcr.io/epicgames/unreal-engine:dev-5.4 /home/ue5/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -TargetPlatforms="Linux" -Plugin="mnt/source/LootLockerSDK/LootLockerSDK.uplugin" -Package="/mnt/package" -Rocket -enablecodeanalysis ping-stage-test: name: Ping stage backend