Skip to content

Add tests for backend #36

Add tests for backend

Add tests for backend #36

Workflow file for this run

name: Testing
on:
push:
branches:
- feature/*
- hotfix/*
- renovate/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install
- run: yarn build
- run: yarn test