Skip to content

Alert after 10m instead of 30m when a server is down #1367

Alert after 10m instead of 30m when a server is down

Alert after 10m instead of 30m when a server is down #1367

Workflow file for this run

name: Run CI
on:
push:
branches: [$default-branch]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- "lint"
- "specs"
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
docker compose --file docker-compose.test.yml build
docker compose --file docker-compose.test.yml run ${{ matrix.target }}