Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jan 11, 2024
1 parent 9e15a58 commit 3d72d32
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Tests in CI

on: [push]

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test

0 comments on commit 3d72d32

Please sign in to comment.