Skip to content

Commit

Permalink
fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 30, 2024
1 parent 78de7a7 commit 8c051b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Checkout
uses: actions/checkout@v4

- name: Checkout example repo
uses: actions/checkout@v4
with:
path: example-repo
repository: shopwareLabs/example-docker-repository

- name: Build
Expand All @@ -191,7 +187,6 @@ jobs:
- name: Run image
env:
DOCKER_BUILDKIT: 0
working-directory: example-repo
run: docker compose up -d --wait

- name: Check if shopware is running
Expand Down

0 comments on commit 8c051b4

Please sign in to comment.