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 27a091c commit 0ec55ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ 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 @@ -120,3 +125,8 @@ 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 0ec55ed

Please sign in to comment.