From 80768049edacbbf58257c648511b565e5aea2d93 Mon Sep 17 00:00:00 2001 From: Mariano Ruiz Date: Thu, 25 Apr 2024 11:03:13 -0300 Subject: [PATCH] CI pull all images --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a26d6db..2d68526 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,7 +57,8 @@ jobs: if: ${{ github.ref == 'refs/heads/master' }} run: cp compose.yaml ci.yaml - name: Pull images - run: docker compose -f ci.yaml pull + run: docker compose -f ci.yaml pull \ + && docker compose -f ci.yaml pull dcoleman-e2e # images with profiles are not pulled by default - name: Run e2e tests run: docker compose -f ci.yaml run dcoleman-e2e