Skip to content

Allow facet_by to be overriden #39

Allow facet_by to be overriden

Allow facet_by to be overriden #39

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.18.3
cache: npm
- run: npm ci
- run: npm run build
- run: npm test -- --ci --color
- uses: actions/upload-artifact@v3
with:
name: screenshots
path: screenshots/
retention-days: 1