Skip to content

Commit

Permalink
chore: update e2e-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Oct 27, 2023
1 parent 8afe52d commit 60458ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm --filter design-system-documentation... build

- name: Cypress info
run: pnpm --filter internet-header exec cypress info
run: pnpm --filter design-system-documentation exec cypress info

- name: Run tests
run: pnpm exec start-server-and-test 'http-server packages/documentation/storybook-static --silent --port 9000' 9000 'pnpm --filter "...[origin/main]" --workspace-concurrency=1 e2e'
run: pnpm exec start-server-and-test 'http-server packages/documentation/storybook-static --port 9001' 9001 'pnpm --filter "...[origin/main]" --workspace-concurrency=1 e2e'

0 comments on commit 60458ef

Please sign in to comment.