Skip to content

fix ssh tunnel

fix ssh tunnel #36

Workflow file for this run

name: Build on push
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build and run tests
run: |
docker-compose build
docker-compose run --rm wait
docker-compose run --rm tests composer ci