Skip to content

Merge pull request #25 from dOrgTech/fix/remove-yarn-lock #23

Merge pull request #25 from dOrgTech/fix/remove-yarn-lock

Merge pull request #25 from dOrgTech/fix/remove-yarn-lock #23

Workflow file for this run

name: API tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: yarn install
- run: yarn test