Skip to content

Commit

Permalink
Adds openresty workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Oct 6, 2023
1 parent a335901 commit ac43d99
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/proxy-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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/"

0 comments on commit ac43d99

Please sign in to comment.