Skip to content

fix: replaced tag Div with default one #353

fix: replaced tag Div with default one

fix: replaced tag Div with default one #353

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