mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Test MacOS Testing workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user