From 7eda10c7a28792ae7568215f52c83e529c11ea1c Mon Sep 17 00:00:00 2001 From: Sanyi Date: Sat, 20 Jul 2024 09:33:16 +0200 Subject: [PATCH] EMA-150 auto test memory optimizing --- .github/workflows/tests.yml | 10 ---------- 1 file changed, 10 deletions(-) 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