Skip to content

feat: add the-european-dream.org #6

feat: add the-european-dream.org

feat: add the-european-dream.org #6

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run test:unit