Skip to content

Commit 05ee1c6

Browse files
committed
update commit analysis
1 parent cbc1283 commit 05ee1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ESP32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cd ~/esp-idf/
8484
source ./export.sh
8585
cd ~
86-
git clone --branch ${{ env.MPY_RELEASE }} https://github.com/micropython/micropython.git
86+
git clone --depth 600 --branch ${{ env.MPY_RELEASE }} https://github.com/micropython/micropython.git
8787
echo "Micropython cloned successfully"
8888
source ~/micropython/tools/ci.sh && echo "IDF_VER=$IDF_VER" >> $GITHUB_ENV
8989
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
commit_offset: [25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51 ,52 ,53]
97+
commit_offset: [0, 22, 23, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 460, 470, 480, 490, 500, 510, 520, 530]
9898

9999
steps:
100100
# Get the latest MicroPython release

0 commit comments

Comments
 (0)