Skip to content

Commit

Permalink
Test with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 25, 2024
1 parent 6195a22 commit 3a9604b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Tests
on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test

0 comments on commit 3a9604b

Please sign in to comment.