File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717 type : boolean
1818 default : true
1919
20+ schedule :
21+ - cron : ' 15 4 * * 1'
22+
23+
2024jobs :
2125 test :
2226 runs-on :
3236 matrix :
3337 MICROPYTHON_VERSION : [1.20.0]
3438 MICROPYTHON_DATE : [20230426]
35- MICROPYTHON_MCU : [esp32 ]
39+ MICROPYTHON_MCU : [ESP32_GENERIC ]
3640 MPY_BOARD : [huzzah32] # the --mpyboard parameter to the tests
3741 flash_device : # has to be an array - use the input from workflow_dispatch if present, otherwlse true
3842 - ${{ github.event.inputs.flash_device=='' && true || github.event.inputs.flash_device }}
4549 - name : Checkout Code
4650 uses : actions/checkout@v3
4751
48- - name : Set Env Vars
52+ - name : Set Environment Variables
4953 run : |
5054 # environment variables set in a step cannot be used until subsequent steps
5155 echo "MICROPYTHON_BIN_URL=https://micropython.org/resources/firmware/${{env.MICROPYTHON_BIN}}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments