Skip to content

feat: add street-view links for VL11 and VL12 #145

feat: add street-view links for VL11 and VL12

feat: add street-view links for VL11 and VL12 #145

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test