Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Jul 20, 2024
1 parent 2c96c10 commit 7eda10c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7eda10c

Please sign in to comment.