Skip to content

fixed the AnnotCard test #117

fixed the AnnotCard test

fixed the AnnotCard test #117

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Setup Node.js & yarn install if no cache exists
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- run: yarn install
- name: Run tests
run: yarn test:ci