Display Block Icon on Disabled User Action Buttons settings and delete
#211
Workflow file for this run
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: Tests | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
test-jest: | |
name: Jest | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install modules | |
run: yarn install | |
- name: Tests | |
run: NODE_OPTIONS="--max_old_space_size=8192" yarn run test-jest |