File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 build_tip_of_tree_v12 :
16- name : Build test (against tip-of-tree core develop )
16+ name : Build test (against tip-of-tree core main )
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout experimentation plugin
2525 uses : actions/checkout@v4
2626 with :
2727 repository : ' google/blockly'
28- ref : ' develop '
28+ ref : ' main '
2929 path : core-blockly
3030
3131 - name : Use Node.js 20.x
4242 npm install
4343 cd ..
4444
45- - name : Link latest Blockly develop
45+ - name : Link latest Blockly main
4646 run : |
4747 cd core-blockly
4848 npm run package
Original file line number Diff line number Diff line change 3333 with :
3434 path : blockly
3535 repository : google/blockly
36- ref : develop
36+ ref : main
3737
3838 - name : Checkout add-screen-reader-support-experimental core Blockly
3939 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515jobs :
1616 webdriverio_tests_tip_of_tree_v12 :
17- name : WebdriverIO tests (against tip-of-tree core develop )
17+ name : WebdriverIO tests (against tip-of-tree core main )
1818 timeout-minutes : 10
1919 runs-on : ${{ matrix.os }}
2020
3333 uses : actions/checkout@v4
3434 with :
3535 repository : ' google/blockly'
36- ref : ' develop '
36+ ref : ' main '
3737 path : core-blockly
3838
3939 - name : Use Node.js 20.x
5050 npm install
5151 cd ..
5252
53- - name : Link latest Blockly develop
53+ - name : Link latest Blockly main
5454 run : |
5555 cd core-blockly
5656 npm run package
You can’t perform that action at this time.
0 commit comments