Skip to content

fix(contact-logs): correct timezone handling on Contact_Date save/edi… #49

fix(contact-logs): correct timezone handling on Contact_Date save/edi…

fix(contact-logs): correct timezone handling on Contact_Date save/edi… #49

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- name: Run tests with coverage
run: npx vitest run --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/coverage-final.json
fail_ci_if_error: false