Skip to content

Commit eaac259

Browse files
committed
Format test workflow file
1 parent 6b73ca2 commit eaac259

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11
name: Test
2-
3-
on: [ push, pull_request ]
2+
on:
3+
- push
4+
- pull_request
45

56
jobs:
6-
77
test:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
lua_version: [ "5.4", "5.3", "5.2", "5.1", 'luajit-2.0', 'luajit-2.1' ]
11+
lua_version: ["5.4", "5.3", "5.2", "5.1"]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3
16-
1716
- name: Set up Lua
1817
uses: luarocks/gh-actions-lua@master
1918
with:
2019
luaVersion: ${{ matrix.lua_version }}
21-
2220
- name: Set up LuaRocks
2321
uses: luarocks/gh-actions-luarocks@master
24-
2522
- name: Setup dependencies
2623
run: luarocks install luaunit
27-
2824
- name: Build luarock
2925
run: luarocks build streams-scm-1.rockspec
30-
31-
- name: Run regression tests
26+
- name: Run tests
3227
run: luarocks test

0 commit comments

Comments
 (0)