Skip to content

Commit 512c34a

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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy