Skip to content

Use shared test_helper #2

Use shared test_helper

Use shared test_helper #2

name: Nginx test
on: [push, pull_request]
jobs:
test:
name: Run compose tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run test
run: |
sudo apt update
sudo apt install -y bats
(
cd haproxy
make test
)
(
cd nginx
make test
)