Skip to content

Commit

Permalink
Try to add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 20, 2023
1 parent cd01165 commit 72ab97b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: jest
run-name: ${{ github.actor }} is running jest
on: [push]
jobs:
run-jest:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm ci
- run: npm run test

0 comments on commit 72ab97b

Please sign in to comment.