Skip to content

yet an other try

yet an other try #41

Workflow file for this run

name: Busted
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: enable cache
uses: actions/cache@v3
with:
path: ~/.lua
key: lua-${{ runner.os }}-5.1
- name: Setup Lua/LuaJIT
uses: xpol/[email protected]
with:
lua-version: "5.1.0"
- name: get LuaRock
uses: leafo/gh-actions-luarocks@v5
- name: get busted and luasocket
run: |
luarocks install busted
luarocks install luasocket
luarocks install luasec
- name: fetch dependencies
run: |
chmod +x ./fetch-deps.sh
./fetch-deps.sh
- name: test
run: |
busted .