Skip to content

Commit

Permalink
Trying to add windows lua testing. See #14 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Dec 20, 2021
1 parent 64eecdb commit b891326
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lua-unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Lua Unit Testing
on: [push, pull_request]

jobs:
"LuaUnit on Ubuntu-latest":
lua-unit-testing-on-ubuntu-latest:
name: "LuaUnit on Ubuntu-latest"
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -65,7 +66,8 @@ jobs:
#path_to_write_report: ./codecov_report.txt https://github.com/codecov/codecov-action/issues/476
verbose: true

"LuaUnit on Windows-latest":
lua-unit-testing-on-windows-latest:
name: "LuaUnit on Windows-latest"
runs-on: windows-latest

steps:
Expand Down

0 comments on commit b891326

Please sign in to comment.