Skip to content

try fixing pipeline #110

try fixing pipeline

try fixing pipeline #110

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: API Tests
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
working-directory: ./api
- run: npm test
working-directory: ./api