We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4518b commit 28d8e27Copy full SHA for 28d8e27
.github/workflows/greentea_cmake.yml
@@ -7,9 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
container: ghcr.io/armmbed/mbed-os-env:master-latest
9
10
- strategy:
11
- matrix:
12
- include:
+ # strategy:
+ # matrix:
+ # include:
13
## For this matrix, we choose one target from each MCU target family that Mbed supports.
14
## The target families can be seen here:
15
## https://mbed-ce.github.io/mbed-ce-test-tools/targets/index.html
@@ -18,8 +18,8 @@ jobs:
18
## can compile the netsocket tests.
19
20
# NXP MCUs
21
- - target: LPC1768
22
- baremetal: 0
+ # - target: LPC1768
+ # baremetal: 0
23
# - target: LPC546XX
24
# baremetal: 0
25
# - target: MIMXRT1060_EVK
0 commit comments