Skip to content

Commit

Permalink
ci: add GitHub Actions workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed May 25, 2024
1 parent d30e1db commit a61eeef
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 a61eeef

Please sign in to comment.