diff --git a/.github/workflows/mlflow-js.yaml b/.github/workflows/mlflow-js.yaml index 27e59783..914c685f 100644 --- a/.github/workflows/mlflow-js.yaml +++ b/.github/workflows/mlflow-js.yaml @@ -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