Skip to content

Add directUrl

Add directUrl #40

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node Environment
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn
- name: Run Vitest
run: yarn test