Skip to content

Merge pull request #194 from alastria/feature/193-createNewGetCurrent… #200

Merge pull request #194 from alastria/feature/193-createNewGetCurrent…

Merge pull request #194 from alastria/feature/193-createNewGetCurrent… #200

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
env:
NODE_ENV: development
- name: Run unit tests
run: npm run test