Skip to content

chore(deps): bump @tanstack/react-query from 5.60.5 to 5.61.0 in /client #39

chore(deps): bump @tanstack/react-query from 5.60.5 to 5.61.0 in /client

chore(deps): bump @tanstack/react-query from 5.60.5 to 5.61.0 in /client #39

Workflow file for this run

name: Client Test Workflow
on:
push:
branches:
- main
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