Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/appengine_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Prepare demo files
# Install all dependencies, then copy all the files needed for demos.
run: |
cd packages/blockly
npm install
npm run prepareDemos

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
# See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/

defaults:
run:
working-directory: ./packages/blockly

steps:
- uses: actions/checkout@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Linux Test Setup
if: runner.os == 'Linux'
run: source ./tests/scripts/setup_linux_env.sh
working-directory: ./packages/blockly

- name: Run
run: npm run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/keyboard_plugin_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:

- name: Link latest core main with plugin
run: |
cd core-blockly
cd core-blockly/packages/blockly
npm run package
cd dist
npm link
cd ../../blockly-keyboard-experimentation
cd ../../../../blockly-keyboard-experimentation
npm link blockly
cd ..

Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/tag_module_cleanup.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,3 @@ build-debug.log
*.komodoproject
/nbproject/private/
tsdoc-metadata.json

tests/compile/main_compressed.js
tests/compile/main_compressed.js.map
tests/compile/*compiler*.jar
tests/screenshot/outputs/*
local_build/*compiler*.jar
local_build/local_*_compressed.js
chromedriver
build/
dist/
temp/
Loading
Loading