mirror of
https://github.com/bartbes/inifile.git
synced 2024-11-15 23:54:23 +00:00
Fix action
Update action versions and add missing busted package.
This commit is contained in:
parent
facd3a811b
commit
d4dee39b6e
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -9,15 +9,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- uses: leafo/gh-actions-lua@v5
|
- uses: leafo/gh-actions-lua@v8.0.0
|
||||||
with:
|
with:
|
||||||
luaVersion: "5.1"
|
luaVersion: "5.1"
|
||||||
|
|
||||||
- uses: leafo/gh-actions-luarocks@v2
|
- uses: leafo/gh-actions-luarocks@v4.0.0
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
luarocks make inifile-dev-1.rockspec
|
luarocks make inifile-dev-1.rockspec
|
||||||
|
luarocks install busted
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user