Skip to content

Commit

Permalink
ci(e2e): increase thread pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Feb 22, 2024
1 parent 3fb85aa commit 68248cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
install: false
browser: ${{ matrix.browser }}
env:
UV_THREADPOOL_SIZE: 64
CYPRESS_BASE_URL: ${{ github.event.deployment_status.environment_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_CONTENTFUL_SPACE_ID: ${{ secrets.CONTENTFUL_SPACE_ID }}
CYPRESS_CONTENTFUL_ACCESS_TOKEN: ${{ github.event.deployment_status.environment == 'Production' && secrets.CONTENTFUL_ACCESS_TOKEN_PROD || secrets.CONTENTFUL_ACCESS_TOKEN_DEVELOP }}
CYPRESS_ENVIRONMENT: ${{ github.event.deployment_status.environment }}

0 comments on commit 68248cb

Please sign in to comment.