Skip to content

Get Openresty running on GitHub #2

Get Openresty running on GitHub

Get Openresty running on GitHub #2

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/"