Skip to content

Merge pull request #380 from commjoen/dependabot/npm_and_yarn/cssstyl… #1564

Merge pull request #380 from commjoen/dependabot/npm_and_yarn/cssstyl…

Merge pull request #380 from commjoen/dependabot/npm_and_yarn/cssstyl… #1564

Workflow file for this run

name: Run Tests
permissions:
contents: read
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: node server.js &
- run: npm run test:ci
- name: Fetch full git history for version injection
run: git fetch --unshallow || true