Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

ci: fix deploy from main branch (#48) #172

ci: fix deploy from main branch (#48)

ci: fix deploy from main branch (#48) #172

Workflow file for this run

name: Test Observable Dashboard
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
environment: default
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test project
run: npm test