Skip to content

Commit

Permalink
NTR - Fix E2E test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisGarding committed Jun 16, 2023
1 parent 3725dc4 commit ec2202f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec2202f

Please sign in to comment.