Skip to content

update latest nginx with test and e2e #68

update latest nginx with test and e2e

update latest nginx with test and e2e #68

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Unit
run: |
make test
- name: E2E
run: |
make test_e2e