Skip to content

Commit

Permalink
build first
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed May 21, 2024
1 parent 2cb15a3 commit 9308c5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: yarn install

#### Remove after release ####

- name: Build Node.js binding
run: yarn install && yarn build
working-directory: ../../binding/nodejs
working-directory: binding/nodejs

####

- name: Install dependencies
run: yarn install

- name: Download resource files
run: curl http://${{secrets.PV_CICD_RES_SERVER_AUTHORITY}}/github/picollm/res/phi2-290.pllm/latest/phi2-290.pllm -o phi2-290.pllm

Expand Down

0 comments on commit 9308c5e

Please sign in to comment.