Skip to content

Commit

Permalink
Run GitHub Actions workflow on pull request (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda authored Jun 13, 2022
1 parent 62b7f95 commit 57ec9d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CI

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

jobs:
test:
Expand All @@ -24,7 +24,6 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: |
npm ci
run: npm ci
- name: npm test
run: npm test

0 comments on commit 57ec9d0

Please sign in to comment.