Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebe9c71

Browse files
committed
chore(workflows): --ignorechecksums
1 parentf2d16f1 commitebe9c71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/daily-project-check.yml‎

Lines changed: 1 addition & 1 deletion
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:

‎.github/workflows/project-check.yml‎

Lines changed: 1 addition & 1 deletion
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

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp