Skip to content

Commit

Permalink
Specify the working-directory for Build
Browse files Browse the repository at this point in the history
  • Loading branch information
seneyu committed Oct 19, 2024
1 parent 779611c commit 219249a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mlflow-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: '22.7'
- name: Install and build
working-directory: ./mlflow
run: |
npm ci
npm run build
run: npm ci
- name: Build
working-directory: ./mlflow
run: npm run build

0 comments on commit 219249a

Please sign in to comment.