Skip to content

Commit

Permalink
[⚙️] piepline to do build test
Browse files Browse the repository at this point in the history
  • Loading branch information
buster95 committed Mar 22, 2022
1 parent 8e3b68e commit 12e4695
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test
on:
push:
branches: [master]
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@master
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build

0 comments on commit 12e4695

Please sign in to comment.