Skip to content

Commit

Permalink
Setup github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seneyu committed Oct 22, 2024
1 parent 1cf23a4 commit ab32c19
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mlflow-js.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: mlflow
on:
push:
branches: [stephany/github-actions-3]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.7'
- name: Install and build
working-directory: ./mlflow
run: npm ci
- name: Build
working-directory: ./mlflow
run: npm run build
2 changes: 2 additions & 0 deletions mlflow/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ lib/

# Temporary files
temp/

package-lock.json

0 comments on commit ab32c19

Please sign in to comment.