Skip to content

chore(#8848): patch version #1594

chore(#8848): patch version

chore(#8848): patch version #1594

name: Test nginx and haproxy
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 nginx/tests
make test
)
(
cd haproxy/tests
make test
)