Skip to content

Commit

Permalink
chore(ci): shard e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Jun 10, 2023
1 parent d2956b6 commit 962a6d6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1/3, 2/3, 3/3]
steps:
- uses: actions/checkout@v3
- run: corepack enable
Expand All @@ -20,4 +23,4 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
run: pnpm run test:e2e --shard=${{ matrix.shard }}

1 comment on commit 962a6d6

@vercel
Copy link

@vercel vercel bot commented on 962a6d6 Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

it-tools – ./

it-tools-git-main-ctmsst.vercel.app
it-tools.tech
it-tools-ctmsst.vercel.app
it-tools.vercel.app

Please sign in to comment.