Skip to content

Commit 5656b56

Browse files
committed
Remove npm run test because mlflow ui is an external service
1 parent dac0164 commit 5656b56

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/mlflow-js.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
- name: Install
1515
working-directory: ./mlflow
1616
run: npm ci
17-
- name: Test
17+
- name: Eslint
1818
working-directory: ./mlflow
19-
run: |
20-
npm run lint
21-
npm run test
19+
run: npm run lint
2220
- name: Build
2321
working-directory: ./mlflow
2422
run: npm run build

0 commit comments

Comments
 (0)