Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 30, 2024
1 parent 0a942a9 commit 389d3a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ jobs:
- name: Run tests
id: run-tests
run: |
docker exec -w /workspace/checkout/${{ matrix.app }} unreal bash -c "
ls -al /workspace/checkout/${{ matrix.app }}/Plugins/sentry "
docker exec -w /workspace/checkout/${{ matrix.app }} unreal /home/ue4/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh BuildCookRun \
-project=/workspace/checkout/${{ matrix.app }}/SentryPlayground.uproject \
-archivedirectory=/workspace/checkout/${{ matrix.app }}/Builds \
Expand Down

0 comments on commit 389d3a1

Please sign in to comment.