Skip to content

chore(deps-dev): bump tailwindcss from 3.4.16 to 3.4.17 in /client #129

chore(deps-dev): bump tailwindcss from 3.4.16 to 3.4.17 in /client

chore(deps-dev): bump tailwindcss from 3.4.16 to 3.4.17 in /client #129

Workflow file for this run

name: Client Test Workflow
on:
pull_request:
branches:
- main
jobs:
test:
name: Run Client Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: |
cd client
npm install
- name: Run vitest
run: |
cd client
npm run test