Skip to content

Commit

Permalink
Trying to add windows lua testing. See #14 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Dec 20, 2021
1 parent c555a16 commit fa98aae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lua-unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
echo "mingw32-make install PREFIX=${{ github.workspace }}\luajit"
mingw32-make install
cd ${{ github.workspace }}
ls -lsaR
cd C:\
ls -lsaR
Get-ChildItem -Path D:\ -Filter luajit.exe -Recurse -ErrorAction SilentlyContinue -Force
Get-ChildItem -Path C:\ -Filter luajit.exe -Recurse -ErrorAction SilentlyContinue -Force
- name: Run LuaUnit 3.4
id: lua_unit_tests
Expand Down

0 comments on commit fa98aae

Please sign in to comment.