Skip to content

server: add support for graceful shutdown #172

server: add support for graceful shutdown

server: add support for graceful shutdown #172

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
build:
name: "Build on Racket '${{ matrix.racket-version }}' (${{ matrix.racket-variant }})"
runs-on: ubuntu-latest
strategy:
matrix:
racket-version: ["8.0", "8.1", "current"]
racket-variant: ["BC", "CS"]
exclude:
racket-variant: BC

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 12, Col: 11): A mapping was not expected
racket-version: current
steps:
- uses: actions/checkout@master
- uses: Bogdanp/[email protected]
with:
architecture: x64
distribution: full
variant: ${{ matrix.racket-variant }}
version: ${{ matrix.racket-version }}
- run: sudo raco pkg update --name web-server-lib --link --batch --auto web-server-lib/
- run: sudo raco pkg install --batch --auto web-server-test/
- run: raco test --drdr web-server-test/