Skip to content

test

test #15

Workflow file for this run

name: test
on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: leafo/[email protected]
with:
luaVersion: "5.1.5"
- uses: leafo/[email protected]
- name: build
run: |
luarocks install busted
- name: test
run: ./run_tests.sh