From ec2202fc6ac09ba48abbd88184fdf75487c412ad Mon Sep 17 00:00:00 2001 From: Dennis Garding Date: Fri, 16 Jun 2023 09:47:00 +0200 Subject: [PATCH] NTR - Fix E2E test pipeline --- .github/workflows/e2e-tests-legacy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests-legacy.yml b/.github/workflows/e2e-tests-legacy.yml index 0b184aff..cb6a6f06 100644 --- a/.github/workflows/e2e-tests-legacy.yml +++ b/.github/workflows/e2e-tests-legacy.yml @@ -81,8 +81,8 @@ jobs: - name: Execute legacy E2E tests run: | - cd /shopware/custom/plugins/SwagPaymentPayPalUnified - make run-e2e-tests + cd /shopware/custom/plugins/SwagPaymentPayPalUnified/Tests/E2E + npx playwright test --workers=1 --grep-invert @notIn5.2 - name: Upload artifacts uses: actions/upload-artifact@v3