Skip to content

feat(server): add x86_type to Build model #263

feat(server): add x86_type to Build model

feat(server): add x86_type to Build model #263

name: nginx gixy tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test-runners:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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 ./docker/nginx/nginx.conf
gixy ./docker/dev/nginx/nginx.conf