Skip to content

feat(rum-explorer): display conversion percentage per facet entry #758

feat(rum-explorer): display conversion percentage per facet entry

feat(rum-explorer): display conversion percentage per facet entry #758

Workflow file for this run

name: Run tests and linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install XVFB
run: sudo apt-get install xvfb
- name: Install dependencies
run: npm install
- name: Run the tests
run: xvfb-run -a npm test
- name: run the linters
run: npm run lint