Skip to content

Commit 25cb334

Browse files
committed
😭
1 parent 68ddb12 commit 25cb334

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,17 @@ jobs:
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max
4949

50-
- name: Run lint checks & tests
50+
- name: Check docker image
5151
run: |
52-
. venv/bin/activate
5352
echo "######## DOCKER IMAGES ########"
5453
docker images
54+
# ensure image is actually present before moving on
55+
docker image inspect covid19:latest && echo "--- image built and loaded"
5556
echo "######## DOCKER IMAGES ########"
57+
58+
- name: Run lint checks & tests
59+
run: |
60+
. venv/bin/activate
5661
make test
5762
5863
- name: Upload Report PDFs

0 commit comments

Comments
 (0)