We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52b7c4 commit f7b0fdeCopy full SHA for f7b0fde
1 file changed
.github/workflows/test.yml
@@ -34,12 +34,8 @@ jobs:
34
35
- name: Install Lua dependencies
36
run: |
37
- sudo luarocks install jsonschema
+ sudo luarocks install https://raw.githubusercontent.com/api7/jsonschema/v0.9.10/rockspec/jsonschema-0.9.10-0.rockspec
38
sudo luarocks install lua-resty-radixtree
39
- # Overlay latest jsonschema source for new format validators (uuid, date, date-time, uri)
40
- git clone --depth 1 https://github.com/api7/jsonschema.git /tmp/jsonschema
41
- JSONSCHEMA_PATH=$(find /usr -name "jsonschema.lua" -path "*/share/lua/*" | head -1)
42
- sudo cp /tmp/jsonschema/lib/jsonschema.lua "$JSONSCHEMA_PATH"
43
44
- name: Run tests
45
0 commit comments