Skip to content

Update release notes #475

Update release notes

Update release notes #475

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "22"
- run: echo "./node_modules/.bin" >> $GITHUB_PATH
- run: npm run setup
- run: xvfb-run -a npm run test