Skip to content

Make list name validation consistent with job runner #59

Make list name validation consistent with job runner

Make list name validation consistent with job runner #59

Workflow file for this run

name: Docker
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Test the Dockerfile builds ok
run: |
docker build --tag srcf-control .
- name: Test (crudely) that the app can initialise
run: |
docker run --rm --interactive srcf-control python3 -c "from control.webapp import app"