Skip to content

another try

another try #40

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
uses: ljmf00/[email protected]
with:
lua-version: "5.1"
- 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 .