Skip to content

fix: use 'env' instead of 'envVars' in Claude desktop config #2

fix: use 'env' instead of 'envVars' in Claude desktop config

fix: use 'env' instead of 'envVars' in Claude desktop config #2

Workflow file for this run

name: Jest Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run Jest tests
run: npm test