Skip to content

Merge branch 'features/benchmark' #1827

Merge branch 'features/benchmark'

Merge branch 'features/benchmark' #1827

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm run build
- run: npm run build:test:actions
- run: npm run test:errors
- run: npm run test