Skip to content

Commit 37dd497

Browse files
author
Jamie Smith
authored
No ifs
1 parent ca80f75 commit 37dd497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/greentea_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ jobs:
142142
apt-get install -y python3-venv
143143
144144
- name: Build ${{ matrix.target }} with baremetal profile
145-
if: ${{ maxtrix.baremetal == 1 }}
145+
#if: ${{ maxtrix.baremetal == 1 }}
146146
run: |
147147
rm -rf __build
148148
cmake -S . -B __build -GNinja -DCMAKE_CTEST_ARGUMENTS="--output-on-failure;-V" -DMBED_BUILD_GREENTEA_TESTS=ON -DMBED_GREENTEA_TEST_BAREMETAL=ON -DMBED_GREENTEA_SERIAL_PORT=/dev/ttyDUMMY -DMBED_TARGET=${{ matrix.target }} -DMBED_APP_JSON_PATH=TESTS/configs/baremetal.json
149149
cmake --build __build
150150
151151
- name: Build ${{ matrix.target }} with full profile
152-
if: ${{ maxtrix.baremetal == 0 }}
152+
#if: ${{ maxtrix.baremetal == 0 }}
153153
run: |
154154
rm -rf __build
155155
cmake -S . -B __build -GNinja -DCMAKE_CTEST_ARGUMENTS="--output-on-failure;-V" -DMBED_BUILD_GREENTEA_TESTS=ON -DMBED_GREENTEA_SERIAL_PORT=/dev/ttyDUMMY -DMBED_TARGET=${{ matrix.target }}

0 commit comments

Comments
 (0)