ソースを参照

Test MacOS Testing workflow

ell 2 年 前
コミット
1692f7f2e8
1 ファイル変更8 行追加0 行削除
  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: