Skip to content

Commit 28d8e27

Browse files
author
Jamie Smith
authored
Update greentea_cmake.yml
1 parent 6a4518b commit 28d8e27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/greentea_cmake.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
container: ghcr.io/armmbed/mbed-os-env:master-latest
99

10-
strategy:
11-
matrix:
12-
include:
10+
# strategy:
11+
# matrix:
12+
# include:
1313
## For this matrix, we choose one target from each MCU target family that Mbed supports.
1414
## The target families can be seen here:
1515
## https://mbed-ce.github.io/mbed-ce-test-tools/targets/index.html
@@ -18,8 +18,8 @@ jobs:
1818
## can compile the netsocket tests.
1919

2020
# NXP MCUs
21-
- target: LPC1768
22-
baremetal: 0
21+
# - target: LPC1768
22+
# baremetal: 0
2323
# - target: LPC546XX
2424
# baremetal: 0
2525
# - target: MIMXRT1060_EVK

0 commit comments

Comments
 (0)