Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29d6419

Browse files
committed
Move build to the end
1 parentcd80c6e commit29d6419

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/mlflow-js.yaml‎

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp