Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

docs: update README

docs: update README #3

name: nginx gixy tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test-runners:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install gixy-ng
- name: Run gixy tests
run: |
gixy ./nginx/nginx.conf