Skip to content

Commit

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

Please sign in to comment.