Skip to content

Commit

Permalink
ci: add test github job
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Oct 13, 2024
1 parent 0f9cc4d commit fb0241b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 18
- run: npm install && npm test

0 comments on commit fb0241b

Please sign in to comment.