Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Remove initial time since and add link to file history (#257) #267

Remove initial time since and add link to file history (#257)

Remove initial time since and add link to file history (#257) #267

Workflow file for this run

name: Unit and Integration Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run Vitest
run: npm run test