Skip to content

Commit bec1204

Browse files
committed
CI: remove tests for Windows
1 parent 2927f65 commit bec1204

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install additional dependencies
2222
if: matrix.os == 'ubuntu-latest'
2323
run: |
24-
sudo apt-get install -y --no-install-recommends mono-runtime libmono-system-json-microsoft4.0-cil libmono-system-data4.0-cil # TODO add mosquitto package
24+
sudo apt-get install -y --no-install-recommends mono-runtime libmono-system-json-microsoft4.0-cil libmono-system-data4.0-cil
2525
2626
- name: Checkout project repo
2727
uses: actions/checkout@v4
@@ -38,11 +38,7 @@ jobs:
3838
if: matrix.os == 'ubuntu-latest'
3939
run: |
4040
sudo apt-get install -y --no-install-recommends mosquitto
41-
# TODO mosquitto run cmds
42-
43-
- name: Install and run mosquitto Windows
44-
if: matrix.os == 'windows-latest'
45-
run: # TODO install and run mosquitto
4641
4742
- name: Run project tests with CMake
43+
if: matrix.os == 'ubuntu-latest'
4844
run: ctest --test-dir build/output --output-on-failure -C Debug

0 commit comments

Comments
 (0)