Update main.yml

This commit is contained in:
ell
2023-10-06 10:14:44 +01:00
parent a513320a47
commit ac5f97e656
+1 -1
View File
@@ -206,7 +206,7 @@ jobs:
name: love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}-dbg
path: pdb/Release/*.pdb
- name: Run All Tests
run: "build/love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}.exe" "testing" --console --runAllTests
run: love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}.exe testing --console --runAllTests
- name: Test Report
uses: dorny/test-reporter@v1
with: