Skip to content

Commit

Permalink
Test #6
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Oct 3, 2022
1 parent 6fc92b2 commit b7fee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: unzip sentry-unreal-*-engine${{ matrix.unreal }}.zip -d checkout/${{ matrix.app }}/Plugins/sentry

- name: Run tests
run: docker exec -u root -w /workspace/checkout/${{ matrix.app }} unreal ue4 test --filter Product
run: docker exec -w /workspace/checkout/${{ matrix.app }} unreal ue4 test --filter Product

- name: Build & package ${{ matrix.app }}
# Unreal 5.0 takes ~1 hour to build+package the app so only do it on v4.27
Expand Down

0 comments on commit b7fee90

Please sign in to comment.