From 0cb681f15cc6bc202f0af82a81f7079284e5d96f Mon Sep 17 00:00:00 2001 From: Leon De Andrade Date: Thu, 28 Sep 2023 13:07:39 +0200 Subject: [PATCH] Remove debug code --- .github/workflows/main.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab1f372..2667e2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,6 @@ on: - '**' env: - GOPRIVATE: github.com/DSD-DBS/* DB_MAP_VERSION: 12 DB_MAP_ENDPOINT: DB_LAN DB_MAP_CATALOG: validate.s4r2.oss.4 @@ -55,22 +54,8 @@ jobs: run: | source /opt/ros/humble/setup.bash && source ./install/local_setup.bash colcon test --packages-select dsd_rail_horizon dsd_rail_horizon_core dsd_mission_profile --ctest-arg -E "overTheAirUpdateIsSucessfull" - - - name: Print map directiory - run: | - ls . - ls ${GITHUB_WORKSPACE}/map_data - name: Print test results - if: success() || failure() run: | source /opt/ros/humble/setup.bash && source ./install/local_setup.bash colcon test-result --verbose --all - - # - name: Upload build files - # if: success() || failure() - # uses: actions/upload-artifact@v3 - # with: - # name: build-folder - # path: | - # build