Skip to content

Commit

Permalink
Revert "temp"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Oct 28, 2024
1 parent 478bd43 commit dccc9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- uses: ./.github/actions/e2e-atomic-csp
prepare-playwright-atomic:
name: 'Determine Playwright E2E tests to run'
needs: build
runs-on: ubuntu-latest
env:
maximumShards: 24
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/determine-shard.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const [shardIndex, shardTotal] = allocateShards(
maximumShards
);
console.log('shardIndex:', shardIndex);
console.log('shardTotal:', shardTotal);

setOutput(shardIndexOutputName, shardIndex);
setOutput(shardTotalOutputName, shardTotal);

0 comments on commit dccc9fa

Please sign in to comment.