Skip to content

feat(sentry): strip IP addresses and add batch/position context (#1213) #943

feat(sentry): strip IP addresses and add batch/position context (#1213)

feat(sentry): strip IP addresses and add batch/position context (#1213) #943

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