Skip to content

Builds openresty config #3

Builds openresty config

Builds openresty config #3

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/"
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 16.14.0
- name: build openresty config
run: |
node config/openresty/build-config.js