Skip to content

Commit 219249a

Browse files
committed
Specify the working-directory for Build
1 parent 779611c commit 219249a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/mlflow-js.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '22.7'
1414
- name: Install and build
1515
working-directory: ./mlflow
16-
run: |
17-
npm ci
18-
npm run build
16+
run: npm ci
17+
- name: Build
18+
working-directory: ./mlflow
19+
run: npm run build

0 commit comments

Comments
 (0)