File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments