Skip to content

Commit 775eebc

Browse files
committed
test-fix
1 parent eb11696 commit 775eebc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Busted
22

3-
43
on: [push, pull_request]
54

6-
75
jobs:
86
test:
97
runs-on: ubuntu-latest
8+
109
steps:
10+
- name: checkout
11+
uses: actions/checkout@v2
12+
1113
- name: get lua
12-
uses: leafo/gh-actions-lua@v11
14+
uses: leafo/gh-actions-lua@v10
1315
with:
1416
luaVersion: "5.1"
1517

@@ -31,4 +33,4 @@ jobs:
3133
3234
- name: test
3335
run: |
34-
busted vector
36+
busted .

0 commit comments

Comments
 (0)