Skip to content

Commit ebe9c71

Browse files
committed
chore(workflows): --ignorechecksums
1 parent f2d16f1 commit ebe9c71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/daily-project-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: 18
4343
- name: e2e chrome test
4444
run: |
45-
choco install googlechrome --version=114.0.5735.199
45+
choco install googlechrome --version=114.0.5735.199 --ignorechecksum -y
4646
npm i
4747
npm run e2e
4848
env:

Diff for: .github/workflows/project-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: 18
4747
- name: e2e chrome test
4848
run: |
49-
choco install googlechrome --version=114.0.5735.199
49+
choco install googlechrome --version=114.0.5735.199 --ignorechecksum -y
5050
npm i
5151
npm run build-lib:prod
5252
npm run e2e

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)