Telemetry implemented for page event, click event, and filter change … #289
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: | |
pull_request: | |
types: | |
- opened | |
branches: | |
- dev | |
- staging | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Node LTS versions | |
uses: msimerson/[email protected] | |
- run: npm install --force | |
- run: npm run build |