Skip to content

Commit 97ac154

Browse files
committed
fixed text.yml
1 parent c31464e commit 97ac154

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
luarocks install luasocket
3131
luarocks install luasec
3232
33-
- name: Git Submodule Update
33+
- name: fetch dependencies
3434
run: |
35-
git pull --recurse-submodules
36-
git submodule update --init --remote --recursive
37-
35+
chmod +x ./fetch-deps.sh
36+
./fetch-deps.sh
37+
3838
- name: test
3939
run: |
4040
busted tests

0 commit comments

Comments
 (0)