Skip to content

Commit 3eeb7a9

Browse files
authored
Simplify test workflow by removing lpeg modifications
Removed sed commands for lpeg replacement in tests.
1 parent 5a428ee commit 3eeb7a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_on_push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
- name: Run tests
3636
run: |
3737
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
4038
tt rocks make --chdir graphql-lua
4139
tt rocks install luatest 1.2.1
4240
.rocks/bin/luatest -v

0 commit comments

Comments
 (0)