Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

fix calcule error

fix calcule error #3

Workflow file for this run

name: Test
on:
pull_request:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.10
uses: actions/setup-node@v3
with:
node-version: 16.13
- run: |
npm install --if-present
- run: |
npx prisma generate
- run: |
npm run test --if-present