Merge pull request #996 from rgallagherab/issue-995 #415
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: CI | |
on: | |
push: | |
branches: | |
- master | |
- 'v*' # older version branches | |
tags: | |
- '*' | |
pull_request: | |
jobs: | |
benchmark: | |
runs-on: ubuntu-latest | |
name: perf:benchmark | |
steps: | |
- uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
node-version: 16.x | |
- name: Install dependencies | |
run: yarn install | |
- name: Build project | |
run: yarn build | |
- name: Run script | |
run: yarn perf:benchmark |