Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Nov 1, 2024
1 parent 1ce4b83 commit a765ea8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/selfhosted-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:
- name: Run UAT
run: |
echo πŸ’£πŸ’£πŸ’£πŸ’£πŸ’£πŸ’£πŸ’£πŸ’£
exit 999
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/
ping-stage-test:
name: Ping stage backend
runs-on: ubuntu-latest
Expand Down

0 comments on commit a765ea8

Please sign in to comment.