Skip to content

fix bad merge from 84a51c7c6d95cfb46fe8885a22d7c8a5dd722c11 #5

fix bad merge from 84a51c7c6d95cfb46fe8885a22d7c8a5dd722c11

fix bad merge from 84a51c7c6d95cfb46fe8885a22d7c8a5dd722c11 #5

Workflow file for this run

name: CI
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
- run: npm run build
- run: npm test