From 1f2f623f6a907e10eb92e55a10a00ececa738f07 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 27 May 2026 12:31:37 +0300 Subject: [PATCH] Test running simulation in ci --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd50ee2..83d46d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,11 @@ jobs: run: sudo apt-get install -y libsdl2-dev - name: Build simulator run: make build_simulator + - name: Run simulator + env: + GAZEBO_MODEL_PATH: ${{ github.workspace }}/gazebo/models + GAZEBO_PLUGIN_PATH: ${{ github.workspace }}/gazebo/build + run: timeout --preserve-status 30 gzserver --verbose gazebo/flix.world || [ $? -eq 143 ] - uses: actions/upload-artifact@v4 with: name: gazebo-plugin-binary