Skip to content

Commit

Permalink
Move build to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
seneyu committed Nov 16, 2024
1 parent cd80c6e commit 29d6419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mlflow-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
working-directory: ./mlflow
run: npm run lint

- name: Build
working-directory: ./mlflow
run: npm run build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -43,3 +39,7 @@ jobs:

- name: Stop MLflow server
run: docker stop mlflow-container

- name: Build
working-directory: ./mlflow
run: npm run build

0 comments on commit 29d6419

Please sign in to comment.