Skip to content

Commit

Permalink
add new test version
Browse files Browse the repository at this point in the history
  • Loading branch information
bognartomi committed Jan 22, 2024
1 parent 44110f2 commit 843ca1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash
run: |
cd magento2-extension
bash dev/test_v2/tools/scripts/run-unit.sh
bash dev/testv2/tools/scripts/run-unit.sh
env:
VERSION: ${{ matrix.magento-versions }}
e2e-tests:
Expand Down Expand Up @@ -103,6 +103,6 @@ jobs:
shell: bash
run: |
cd magento2-extension
bash -x dev/test_v2/tools/scripts/run-e2e.sh
bash dev/testv2/tools/scripts/run-e2e.sh
env:
VERSION: ${{ matrix.magento-versions }}

0 comments on commit 843ca1e

Please sign in to comment.