Skip to content

Commit

Permalink
CI pull all images
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 25, 2024
1 parent 2950c2b commit 8076804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8076804

Please sign in to comment.