File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
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
You can’t perform that action at this time.
0 commit comments