Skip to content

Commit

Permalink
Ensure we're calling the right npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jun 14, 2024
1 parent c2e74c7 commit a56a6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
NEXT_PUBLIC_WORDPRESS_URL=http://localhost:8889 npm run --workspace=examples/next/faustwp-getting-started build
- name: Run E2E tests
run: npm run test
run: npm run --workspace=plugins/faustwp test

- uses: actions/upload-artifact@v4
if: always()
with:
name: e2e-report
path: artifacts/
path: plugins/faustwp/artifacts/
retention-days: 30

0 comments on commit a56a6d8

Please sign in to comment.