Skip to content

Commit

Permalink
chores(build): add conformance-test to workflow (#1176)
Browse files Browse the repository at this point in the history
* chores(build): add conformance-test to workflow

* rename
  • Loading branch information
jkwlui committed May 3, 2020
1 parent 6e48539 commit f72082d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/conformance-test.yaml
@@ -0,0 +1,17 @@
on:
push:
branches:
- master
pull_request:
name: conformance
jobs:
conformance-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: node --version
- run: npm install
- run: npm run conformance-test

0 comments on commit f72082d

Please sign in to comment.