Skip to content

Commit 7fd4185

Browse files
committed
chore: fix workflow
1 parent c586cf3 commit 7fd4185

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/playground.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
path: ./node_modules
2323
key: depends-${{ hashFiles('yarn.lock') }}
2424

25-
- name: Playground Building Test
25+
- name: Install dependencies
26+
run: yarn install --frozen-lockfile
27+
28+
- name: Building Test
2629
run: yarn build
2730

2831
lint:
@@ -41,8 +44,8 @@ jobs:
4144
path: ./node_modules
4245
key: depends-${{ hashFiles('yarn.lock') }}
4346

44-
- name: Install root dependencies
47+
- name: Install dependencies
4548
run: yarn install --frozen-lockfile
4649

47-
- name: Playground Lint
50+
- name: Lint
4851
run: yarn lint

0 commit comments

Comments
 (0)