Skip to content

Commit

Permalink
chore(ci): Run unit tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Nov 10, 2020
1 parent e4400e0 commit 35730b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit tests

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -26,4 +26,4 @@ jobs:
yarn install --frozen-lockfile --prefer-offline
yarn lint
yarn build
yarn test:all
yarn test:all

0 comments on commit 35730b9

Please sign in to comment.