Skip to content

Commit

Permalink
Add dummy serial port
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Feb 1, 2024
1 parent 504bd89 commit b587739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
run: |
cd CI-Shield-Tests
mkdir build && cd build
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }}
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DMBED_GREENTEA_SERIAL_PORT=/dev/ttyDUMMY
ninja

0 comments on commit b587739

Please sign in to comment.