Skip to content

chore: switching to hyper 1.0 and using hyper-tls instead of hyper-rustls #37

chore: switching to hyper 1.0 and using hyper-tls instead of hyper-rustls

chore: switching to hyper 1.0 and using hyper-tls instead of hyper-rustls #37

Workflow file for this run

on: [pull_request]
name: Docker
jobs:
docker-compose:
name: Test docker compose
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Run docker-compose
run: docker-compose -f docker-compose.yml up --abort-on-container-exit