Skip to content

Commit

Permalink
Merge pull request #437 from hamirmahal/ci/test-in-github-actions
Browse files Browse the repository at this point in the history
ci: add GitHub Actions workflow for testing
  • Loading branch information
vitonsky authored May 25, 2024
2 parents d30e1db + a61eeef commit cedd7b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test

0 comments on commit cedd7b3

Please sign in to comment.