diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b4e62d..56aecb3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,11 +63,6 @@ jobs: env: VERSION: ${{ matrix.magento-versions }} NPM_TOKEN: ${{ secrets.GITLAB_TOKEN }} - - name: Tear down Docker containers - shell: bash - run: | - cd magento2-extension/dev - docker compose down e2e-tests: runs-on: github-actions-runner-emarsys needs: unit-tests @@ -125,8 +120,3 @@ jobs: env: VERSION: ${{ matrix.magento-versions }} NPM_TOKEN: ${{ secrets.GITLAB_TOKEN }} - - name: Tear down Docker containers - shell: bash - run: | - cd magento2-extension/dev - docker compose down