Skip to content

Draft: GRW-8308 Replace all occurrences of hotjar with contentsquare. #17

Draft: GRW-8308 Replace all occurrences of hotjar with contentsquare.

Draft: GRW-8308 Replace all occurrences of hotjar with contentsquare. #17

Workflow file for this run

name: Library tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm run lint-check
- run: npm run coverage