Skip to content

Commit 5a046b0

Browse files
committed
Install dependencies correctly during CI
1 parent 25b64f8 commit 5a046b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache: 'yarn'
5353

5454
- name: Install dependencies
55-
run: yarn workspaces focus @rtk-query/codegen-openapi
55+
run: yarn install
5656

5757
- name: Pack
5858
run: yarn pack
@@ -99,7 +99,7 @@ jobs:
9999
name: package
100100

101101
- name: Install dependencies
102-
run: yarn workspaces focus @rtk-query/codegen-openapi
102+
run: yarn install
103103

104104
- name: Install build artifact
105105
run: yarn add ./package.tgz

0 commit comments

Comments
 (0)