Add test build to standard CI

This commit is contained in:
Jonas Schäfer
2021-02-01 16:17:06 +01:00
parent b3185a8d18
commit 10a0de0637

View File

@@ -48,3 +48,12 @@ jobs:
- name: Linting
run: |
python -m flake8 snikket_web
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: >-
docker build .