Skip to content

Commit 29d6419

Browse files
committed
Move build to the end
1 parent cd80c6e commit 29d6419

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mlflow-js.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
working-directory: ./mlflow
2626
run: npm run lint
2727

28-
- name: Build
29-
working-directory: ./mlflow
30-
run: npm run build
31-
3228
- name: Set up Docker Buildx
3329
uses: docker/setup-buildx-action@v3
3430

@@ -43,3 +39,7 @@ jobs:
4339

4440
- name: Stop MLflow server
4541
run: docker stop mlflow-container
42+
43+
- name: Build
44+
working-directory: ./mlflow
45+
run: npm run build

0 commit comments

Comments
 (0)