Skip to content

Commit

Permalink
Align linux workflow with js samples README
Browse files Browse the repository at this point in the history
  • Loading branch information
vishniakov-nikolai committed Dec 23, 2024
1 parent d1ce555 commit ea0ff4a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,8 @@ jobs:
run: npm run test_setup
working-directory: ${{ env.JS_SRC_DIR }}

- name: Link genai-node package
run: npm link
working-directory: ${{ env.JS_SRC_DIR }}

- name: Install genai-node package to samples
run: npm link genai-node
- name: Install genai-node samples dependencies
run: npm install
working-directory: ${{ env.JS_SAMPLES_DIR }}

- name: Run tests
Expand Down

0 comments on commit ea0ff4a

Please sign in to comment.