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

Appearance settings

Commit 512c34a

Browse filesBrowse files
committed
fix(workflows): a step cannot have both the uses and run keys
1 parent c90a902 commit 512c34a
Copy full SHA for 512c34a

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/daily-project-check.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/project-check.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.