Skip to content

Feat: (incomplete) develop base of orders (waiting API fix to continu… #204

Feat: (incomplete) develop base of orders (waiting API fix to continu…

Feat: (incomplete) develop base of orders (waiting API fix to continu… #204

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
uses: pnpm/action-setup@v2
with:
version: 'latest'
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 'latest'
cache: 'pnpm'
- name: Install dependencies
run: pnpm recursive install
- name: Build
run: pnpm recursive run build
- name: Test
run: pnpm recursive test