Skip to content

infra: add snapshot tests #5

infra: add snapshot tests

infra: add snapshot tests #5

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: ['**']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install ghostscript
- run: sudo apt-get install graphicsmagick
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run test