Skip to content

Commit ca5c1ef

Browse files
committed
fix: Unredact some necessary stuff from lint-build-test.yml
1 parent b255bc7 commit ca5c1ef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/lint-build-test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
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
@@ -29,6 +31,8 @@ jobs:
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
@@ -50,6 +54,8 @@ jobs:
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
@@ -71,6 +77,8 @@ jobs:
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

0 commit comments

Comments
 (0)