Skip to content

Commit

Permalink
Update unit-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed Apr 15, 2020
1 parent c5dc1bd commit ce007b4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Unit Test
on: [push]
on:
push:
branches:
- '*'
- '*/*'
- '*--*/*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -9,4 +15,4 @@ jobs:
with:
node-version: 12.x
- run: npm ci
- run: npm run test-library
- run: npm run test-library

0 comments on commit ce007b4

Please sign in to comment.