Skip to content

Setup all matching links .selected on page load and after a route cal… #57

Setup all matching links .selected on page load and after a route cal…

Setup all matching links .selected on page load and after a route cal… #57

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: |
bun install
bun install --no-save esbuild@^0.19.11
bun test --coverage