Skip to content

Commit

Permalink
Update to run test workflow when pull request submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoshita committed Nov 29, 2023
1 parent 561797d commit c9e0c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test

on:
push:
pull_request:

jobs:
test:
Expand All @@ -16,4 +17,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run test

0 comments on commit c9e0c9b

Please sign in to comment.