Skip to content

Bump es5-ext from 0.10.62 to 0.10.63 #4549

Bump es5-ext from 0.10.62 to 0.10.63

Bump es5-ext from 0.10.62 to 0.10.63 #4549

Workflow file for this run

name: Unit tests
on: [ push, pull_request ]
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install modules
run: yarn
- name: Run tests
run: yarn test
- name: Run gui tests
run: yarn test:gui