We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38061cd commit 390801dCopy full SHA for 390801d
.github/workflows/Test.yml
@@ -13,16 +13,3 @@ jobs:
13
luaVersion: 5.1
14
- name: Run test case
15
run: lua ./tests.lua --Linux --CI
16
-
17
- test-windows:
18
- runs-on: windows-latest
19
- steps:
20
- - name: Checkout repo
21
- uses: actions/checkout@master
22
- - name: Download Lua5.1
23
- run: curl -o Lua51.zip "https://raw.githubusercontent.com/joedf/LuaBuilds/gh-pages/hdata/lua-5.1.5_Win32_bin.zip"
24
- - name: Unzip Lua51
25
- run: |
26
- tar -xf Lua51.zip
27
- - name: Run test case
28
- run: ./lua.exe ./tests.lua --CI
0 commit comments