Skip to content

Commit

Permalink
Merge branch 'staging' into feature/report-page
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Apr 26, 2024
2 parents a2821b6 + 928e17f commit ef4ab0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [opened, synchronize, reopened]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
type: string
required: false
default: ""

env:
UV_THREADPOOL_SIZE: 12

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions site/gatsby-site/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = defineConfig({
chromeWebSecurity: false,
screenshotOnRunFailure: false,
defaultCommandTimeout: 8000,
pageLoadTimeout: 120000,
requestTimeout: 8000,
retries: {
runMode: 2,
openMode: 0,
Expand Down

0 comments on commit ef4ab0f

Please sign in to comment.