Skip to content

Added development dependency installation and updated README.md to co… #638

Added development dependency installation and updated README.md to co…

Added development dependency installation and updated README.md to co… #638

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: leafo/gh-actions-lua@35bcb06abec04ec87df82e08caa84d545348536e
with:
luaVersion: 5.4
- uses: leafo/gh-actions-luarocks@e65774a6386cb4f24e293dca7fc4ff89165b64c5
- name: build
run: |
luarocks install busted
- name: test
run: |
bin/test-all