forked from mirror/ObjToSchematic
Updated workflows
This commit is contained in:
parent
8c615bf507
commit
601330904a
11
.github/workflows/build.js.yml
vendored
Normal file
11
.github/workflows/build.js.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Build
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: npm ci
|
||||
- name: Run build
|
||||
run: npm run build
|
@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Tests
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
@ -6,8 +6,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: npm install
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
run: npm ci
|
||||
- name: Run tests
|
||||
run: npm test
|
Loading…
Reference in New Issue
Block a user