Skip to content

multiple wget in the same config #31

multiple wget in the same config

multiple wget in the same config #31

Workflow file for this run

name: Lua Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Lua
uses: leafo/gh-actions-lua@v8
with:
luaVersion: "5.4"
- name: Set up LuaRocks
uses: leafo/gh-actions-luarocks@v4
- name: Install dependencies
run: |
luarocks install busted
luarocks install luafilesystem
luarocks install penlight
- name: Run tests
run: busted