Skip to content

Commit 06c038d

Browse files
committed
Do not run tests in ci
The test directory has been removed in our fork
1 parent c154d6f commit 06c038d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
run: |
3535
source lua_install/bin/activate
3636
luarocks make
37-
- name: Run tests
38-
run: |
39-
source lua_install/bin/activate
40-
luarocks install lua-cjson2
41-
luarocks install busted
42-
busted --verbose
37+
# - name: Run tests
38+
# run: |
39+
# source lua_install/bin/activate
40+
# luarocks install lua-cjson2
41+
# luarocks install busted
42+
# busted --verbose
4343

4444
windows:
4545
strategy:
@@ -58,9 +58,9 @@ jobs:
5858
run: |
5959
.\lua_install\bin\activate
6060
luarocks make
61-
- name: Run tests
62-
run: |
63-
.\lua_install\bin\activate
64-
luarocks install lua-cjson2
65-
luarocks install busted
66-
busted --verbose
61+
# - name: Run tests
62+
# run: |
63+
# .\lua_install\bin\activate
64+
# luarocks install lua-cjson2
65+
# luarocks install busted
66+
# busted --verbose

0 commit comments

Comments
 (0)