Skip to content

Multi protocol proxy #10

Multi protocol proxy

Multi protocol proxy #10

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build test image
run: |
docker build -t protocol-proxy-test --target test -f Dockerfile.test .
- name: Run tests
run: |
docker run --rm protocol-proxy-test composer test