Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Experiment with a singleton version for imgsrv. #70

Experiment with a singleton version for imgsrv.

Experiment with a singleton version for imgsrv. #70

Workflow file for this run

name: Run CI
on:
push:
branches:
- master
pull_request:
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker image
run: docker-compose build
- name: Run tests
run: docker-compose run test