Skip to content

Commit

Permalink
Merge pull request #30 from kadoshita/update/test-workflow-trigger
Browse files Browse the repository at this point in the history
Update to run test workflow when pull request submitted
  • Loading branch information
kadoshita authored Nov 29, 2023
2 parents 561797d + c9e0c9b commit 859df47
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 859df47

Please sign in to comment.