File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 is-high-risk-environment : false
1818 cache-node-modules : ${{ matrix.node-version == '22.x' }}
19+ env :
20+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' true'
1921
2022 lint :
2123 name : Lint
2931 uses : MetaMask/action-checkout-and-setup@v1
3032 with :
3133 is-high-risk-environment : false
34+ env :
35+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' true'
3236 - run : yarn lint
3337 - name : Require clean working directory
3438 shell : bash
5054 uses : MetaMask/action-checkout-and-setup@v1
5155 with :
5256 is-high-risk-environment : false
57+ env :
58+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' true'
5359 - run : yarn changelog:validate
5460 - name : Require clean working directory
5561 shell : bash
7177 uses : MetaMask/action-checkout-and-setup@v1
7278 with :
7379 is-high-risk-environment : false
80+ env :
81+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' true'
7482 - run : yarn build
7583 - name : Require clean working directory
7684 shell : bash
@@ -92,6 +100,14 @@ jobs:
92100 uses : MetaMask/action-checkout-and-setup@v1
93101 with :
94102 is-high-risk-environment : false
103+ env :
104+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : ' true'
105+ - name : Rebuild SQLite3
106+ run : |
107+ cd node_modules/better-sqlite3
108+ yarn build-release
109+ cd -
110+ - run : yarn build
95111 - run : yarn test:ci
96112 - name : Require clean working directory
97113 shell : bash
You can’t perform that action at this time.
0 commit comments