Skip to content

Commit

Permalink
Fix install dependencies step in test-codegen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 27, 2024
1 parent 5e09295 commit 6c8573d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
name: ${{ matrix.os }}-${{ matrix.node-version }}

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

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

- name: Remove path alias
run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.json
Expand Down

0 comments on commit 6c8573d

Please sign in to comment.