git.fiddlerwoaroof.com
Browse code

chore: fixup action

Ed Langley authored on 30/08/2019 07:48:17
Showing 1 changed files
... ...
@@ -12,3 +12,6 @@ jobs:
12 12
     - uses: actions/checkout@v1
13 13
     - name: Build the Docker image
14 14
       run: docker build . --file Dockerfile --tag cl-todo-backend:$(date +%s)
15
+    - name: build cl-todo-backend
16
+      run: docker run --eval "(ql:quickload :todo-backend)" --quit
17
+