Skip to content

Commit 339772a

Browse files
committed
fixup the name of the micropython MCU. Add cron schedule.
1 parent b50f499 commit 339772a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/hil-micropython.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
type: boolean
1818
default: true
1919

20+
schedule:
21+
- cron: '15 4 * * 1'
22+
23+
2024
jobs:
2125
test:
2226
runs-on:
@@ -32,7 +36,7 @@ jobs:
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 }}
@@ -45,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)