Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Feb 25, 2024
1 parent cabfd96 commit f3131e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
- name: Run Test Suite
run: |
ls
love-macos/love.app/Contents/MacOS/love --version
love-macos/love.app/Contents/MacOS/love testing --runSpecificModules timer --isRunner
- name: Love Test Report
id: report1
uses: ellraiser/love-test-report@main
Expand Down
3 changes: 3 additions & 0 deletions testing/main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
print("hello world")
os.exit()

-- load test objs
require('classes.TestSuite')
require('classes.TestModule')
Expand Down

0 comments on commit f3131e5

Please sign in to comment.