Skip to content

fix-issue-236: fix TypeError when initialize a Worker in jsdome env… #604

fix-issue-236: fix TypeError when initialize a Worker in jsdome env…

fix-issue-236: fix TypeError when initialize a Worker in jsdome env… #604

Workflow file for this run

name: Test Sandbox
on:
pull_request:
push:
branches:
- main
jobs:
sandbox:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [16]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- name: Run tests
run: |
export NODE_OPTIONS="--max_old_space_size=4096"

Check failure on line 23 in .github/workflows/tests-sandbox.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests-sandbox.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
yarn test:sandbox:ci --fail-fast