check flag change

This commit is contained in:
ell
2023-10-06 15:58:55 +01:00
parent a620910121
commit 8f10ba907c
+3 -3
View File
@@ -210,7 +210,7 @@ jobs:
run: cmake --build build --config Release --target install
- name: Run All Tests (OpenGL)
if: steps.vars.outputs.arch != 'ARM64'
run: install\lovec.exe testing/main.lua --renderers opengl
run: install\lovec.exe testing/main.lua
- name: Love Test Report (OpenGL)
if: steps.vars.outputs.arch != 'ARM64'
uses: ellraiser/love-test-report@main
@@ -257,7 +257,7 @@ jobs:
name: love-macos
path: love-macos.zip
- name: Run All Tests (OpenGL)
run: love-macos/love.app/Contents/MacOS/love testing --renderers opengl
run: love-macos/love.app/Contents/MacOS/love testing
- name: Love Test Report (OpenGL)
uses: ellraiser/love-test-report@main
with:
@@ -265,7 +265,7 @@ jobs:
title: macos-test-report-opengl
path: testing/output/lovetest_runAllTests.md
- name: Run All Tests (metal)
run: love-macos/love.app/Contents/MacOS/love testing --renderers opengl
run: love-macos/love.app/Contents/MacOS/love testing --renderers metal
- name: Love Test Report (metal)
uses: ellraiser/love-test-report@main
with: