Skip to content

added consultation icon to redirect to Google Calendar to the bottom … #74

added consultation icon to redirect to Google Calendar to the bottom …

added consultation icon to redirect to Google Calendar to the bottom … #74

Workflow file for this run

name: Run Tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: latest
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test