Skip to content

Commit 390801d

Browse files
authored
Update Test.yml
Remove test-windows, due to being buggy
1 parent 38061cd commit 390801d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/Test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,3 @@ jobs:
1313
luaVersion: 5.1
1414
- name: Run test case
1515
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

Comments
 (0)