Skip to content

Adds openresty workflow #1

Adds openresty workflow

Adds openresty workflow #1

Workflow file for this run

name: proxy-tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-openresty@v1
with:
openrestyVersion: "1.19.9.1"
- name: run resty
run: resty -e 'print("hi from lua")'
- name: run opm
run: opm --cwd install leafo/pgmoon
- uses: leafo/gh-actions-luarocks@v4
with:
withLuaPath: "/usr/local/openresty/luajit/"