Skip to content

Commit

Permalink
fix: add retries for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Jun 25, 2024
1 parent 4f31afb commit cca6f9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 73 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@tanstack/react-query": "^5.29.0",
"@tenkeylabs/dappwright": "^2.8.5",
"@tenkeylabs/dappwright": "^2.8.4",
"encoding": "^0.1.13",
"ethers": "^5.4.4",
"next": "14.1.4",
Expand Down
68 changes: 0 additions & 68 deletions playwright-report/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default defineConfig({
timeout: 5000,
},
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 1 : 0,
forbidOnly: true,
retries: 3,
workers: 1,
reporter: "html",
use: {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@
resolved "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.7.0.tgz"
integrity sha512-p0CWuqn+n8iZmsL7/l0Xg7kbyIKnHNqkEJkMDOkg4x3Ni3LohszmnJY8FPhTgG7Ad9ZFGcdKmn1R1mKUGEh9Xg==

"@tenkeylabs/dappwright@^2.8.5":
"@tenkeylabs/dappwright@^2.8.4":
version "2.8.5"
resolved "https://registry.npmjs.org/@tenkeylabs/dappwright/-/dappwright-2.8.5.tgz"
integrity sha512-Pr1M183hc7hbewWs2ALpqxCf6ZKw+B0gVUXKWaAtP4/zIyHclHWTkTwQVEpnhWadMMC+WsZbFrJiZyIGKpsXlg==
Expand Down

0 comments on commit cca6f9d

Please sign in to comment.