Skip to content

Create dashboard page ui #13

Create dashboard page ui

Create dashboard page ui #13

Workflow file for this run

name: Test
on:
pull_request:
branches: ["*"]
jobs:
tests:
runs-on: ubuntu-latest
name: Run tests
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.17.1
cache: "npm"
- name: Install dependencies
run: npm i
- run: npm run test:ci