Skip to content

Commit 095cdd2

Browse files
committed
test:
1 parent 259f9f2 commit 095cdd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
name: Busted
22

3+
34
on: [push, pull_request]
45

6+
57
jobs:
68
test:
79
runs-on: ubuntu-latest
810

911
steps:
1012
- name: checkout
1113
uses: actions/checkout@v2
14+
with:
15+
submodules: true
1216

1317
- name: get lua
1418
uses: leafo/gh-actions-lua@v10

0 commit comments

Comments
 (0)