Test MacOS Testing workflow

This commit is contained in:
ell
2023-10-05 23:44:15 +01:00
committed by GitHub
parent e03b2db08b
commit 1692f7f2e8
+8
View File
@@ -233,6 +233,14 @@ jobs:
with:
name: love-macos
path: love-macos.zip
- name: Run All Tests
run: love-macos/love.app testing --runAllTests
- name: Test Report
uses: dorny/test-reporter@v1
with:
name: Test Output
path: testing/output/*.xml
reporter: jest-junit
iOS-Simulator:
runs-on: macos-latest
steps: