Skip to content

Commit

Permalink
HACK: do not run mavsdk_server unit tests for this CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Oct 19, 2023
1 parent e9402ae commit a6852d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
run: (cd examples && cmake --build build -j2)
- name: test
run: ./build/release/src/unit_tests_runner
- name: test (mavsdk_server)
run: ./build/release/src/mavsdk_server/test/unit_tests_mavsdk_server
- name: test FTP server
run: ./build/release/src/integration_tests/integration_tests_runner --gtest_filter="FtpTest.TestServer"

Expand Down Expand Up @@ -371,8 +369,6 @@ jobs:
run: cmake --build build/release --target install -- -j2
- name: test
run: ./build/release/src/unit_tests_runner
- name: test (mavsdk_server)
run: ./build/release/src/mavsdk_server/test/unit_tests_mavsdk_server
- name: Upload as artefact
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -508,8 +504,6 @@ jobs:
run: cmake --build build/macos -j2 --target install
- name: test (core)
run: ./build/macos/src/unit_tests_runner
- name: test (mavsdk_server)
run: ./build/macos/src/mavsdk_server/test/unit_tests_mavsdk_server
- name: Upload framework as artefact
if: ${{ matrix.build-framework == 'ON' }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a6852d4

Please sign in to comment.