Skip to content

Commit

Permalink
Remove npm run test because mlflow ui is an external service
Browse files Browse the repository at this point in the history
  • Loading branch information
seneyu committed Oct 26, 2024
1 parent dac0164 commit 5656b56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/mlflow-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
- name: Install
working-directory: ./mlflow
run: npm ci
- name: Test
- name: Eslint
working-directory: ./mlflow
run: |
npm run lint
npm run test
run: npm run lint
- name: Build
working-directory: ./mlflow
run: npm run build

0 comments on commit 5656b56

Please sign in to comment.