Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: enable CI on pulls (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Jul 29, 2020
1 parent e850f68 commit aba7d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci
on: [push]
on: [push, pull_request]

jobs:
check:
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn
- run: npx xvfb-maybe yarn aegir test -t electron-renderer --bail
- run: npx xvfb-maybe yarn aegir test -t electron-renderer --bail

0 comments on commit aba7d98

Please sign in to comment.