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 5a428ee commit 3eeb7a9Copy full SHA for 3eeb7a9
.github/workflows/test_on_push.yaml
@@ -35,8 +35,6 @@ jobs:
35
- name: Run tests
36
run: |
37
git clone https://github.com/bjornbytes/graphql-lua
38
- sed -i 's/lpeg/lulpeg/g' graphql-lua/graphql-0.0.2-1.rockspec
39
- sed -i "s/local lpeg = require 'lpeg'/local lpeg = require 'lulpeg'/g" graphql-lua/graphql/parse.lua
40
tt rocks make --chdir graphql-lua
41
tt rocks install luatest 1.2.1
42
.rocks/bin/luatest -v
0 commit comments