Skip to content

Commit

Permalink
ci: fixing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
deltork committed Nov 20, 2024
1 parent 02d3729 commit d8f1ae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
npx nx test:once studio-web
- name: Playwright for studio-web
run: |
npx playwright install --with-deps firefox chromium webkit
npx nx build web-component
npx nx nx run-many --targets=serve-test-data,serve-web-api,serve,serve-fr,serve-es --projects=web-component,studio-web --parallel 6
npx nx run-many --targets=serve,serve-fr,serve-es --projects=web-component,studio-web --parallel 6
npx nx e2e studio-web
- name: Cypress run for web-component
Expand Down

0 comments on commit d8f1ae7

Please sign in to comment.