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

Commit512c34a

Browse files
committed
fix(workflows): a step cannot have both theuses andrun keys
1 parentc90a902 commit512c34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses:cypress-io/github-action@v6
4646
with:
4747
browser:chrome
48-
run:|
48+
-run:|
4949
npm i
5050
npm run build-lib:prod
5151
npm run e2e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses:cypress-io/github-action@v6
5050
with:
5151
browser:chrome
52-
run:|
52+
-run:|
5353
npm i
5454
npm run build-lib:prod
5555
npm run e2e

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp