Browse Source

Test MacOS Testing workflow

ell 1 year ago
parent
commit
1692f7f2e8
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .github/workflows/main.yml

+ 8 - 0
.github/workflows/main.yml

@@ -233,6 +233,14 @@ jobs:
       with:
       with:
         name: love-macos
         name: love-macos
         path: love-macos.zip
         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:
   iOS-Simulator:
     runs-on: macos-latest
     runs-on: macos-latest
     steps:
     steps: