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

+1-1
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

+1-1
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)