We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31464e commit 97ac154Copy full SHA for 97ac154
1 file changed
.github/workflows/test.yml
@@ -30,11 +30,11 @@ jobs:
30
luarocks install luasocket
31
luarocks install luasec
32
33
- - name: Git Submodule Update
+ - name: fetch dependencies
34
run: |
35
- git pull --recurse-submodules
36
- git submodule update --init --remote --recursive
37
-
+ chmod +x ./fetch-deps.sh
+ ./fetch-deps.sh
+
38
- name: test
39
40
busted tests
0 commit comments