Skip to content

build(deps): bump tmp from 0.2.5 to 0.2.7 in /cypress #991

build(deps): bump tmp from 0.2.5 to 0.2.7 in /cypress

build(deps): bump tmp from 0.2.5 to 0.2.7 in /cypress #991

Workflow file for this run

name: Run Server Vitest
on:
push:
jobs:
run-vitest:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install dependencies
run: cd server; npm install
- name: Run vitest
run: cd server; npm run test