Skip to content

Merge branch 'SCRUM-126' of https://github.com/sandboxnu/nucarpool in… #815

Merge branch 'SCRUM-126' of https://github.com/sandboxnu/nucarpool in…

Merge branch 'SCRUM-126' of https://github.com/sandboxnu/nucarpool in… #815

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v18.16
uses: actions/setup-node@v1
with:
node-version: 18.16
- run: yarn install
- run: yarn test --passWithNoTests