chore: add ability to test block factory and playground locally (#7087)

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Added basic example test for Blockly Playground and Blockly Demo

* feat: Add functionality to run playground and block factory test locally

* feat: Add functionality to run playground and block factory test locally

* feat: Add functionality to run playground and block factory test locally

* feat: Add functionality to run playground and block factory test locally
This commit is contained in:
ericblackmonGoogle
2023-05-12 14:29:42 -04:00
committed by GitHub
parent 794c045691
commit 37940a1876
3 changed files with 19 additions and 3 deletions

View File

@@ -51,7 +51,10 @@ jobs:
if: runner.os == 'macOS'
run: source ./tests/scripts/setup_osx_env.sh
- name: Run
- name: Run Build
run: npm run build
- name: Run Test
run: npm run test:browser
env: