Skip to content

feat: added venobox for preview #342

feat: added venobox for preview

feat: added venobox for preview #342

Workflow file for this run

name: Unit & Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -g pnpm && pnpm install --no-frozen-lockfile
- name: Run Unit & Integration tests
run: pnpm run test