[💚] Update build CI
This commit is contained in:
parent
538f759fa0
commit
1803e70c23
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -5,11 +5,11 @@ on:
|
|||
pull_request:
|
||||
branches: [master]
|
||||
jobs:
|
||||
ts-standard:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.1.0
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
- name: Run ts-standard test
|
||||
- name: Build FlowOS
|
||||
run: npm run build
|
||||
Loading…
Add table
Reference in a new issue