From 12381acac72ca1196d1010ffcf158d7d449485e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sat, 7 Mar 2020 11:55:53 +0100 Subject: [PATCH] pull images in separate step --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 826ed36..925df35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + - name: pull docker-compose images + run: docker-compose pull - name: run docker-compose up run: docker-compose up --detach - name: add autowizard file