From b80bc3fc394d4608186f7f13dacd76dea7c472c2 Mon Sep 17 00:00:00 2001 From: Lokesh-Carbonix Date: Tue, 10 Oct 2023 16:44:00 -0700 Subject: [PATCH] CI: WIP --- .github/workflows/test_environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_environment.yml b/.github/workflows/test_environment.yml index caeef149b7..972b4b4e99 100644 --- a/.github/workflows/test_environment.yml +++ b/.github/workflows/test_environment.yml @@ -1,8 +1,8 @@ name: test environment setup on: - workflow_dispatch: schedule: - cron: '0 0 * * 6' # every saturday at midnight + workflow_dispatch: concurrency: @@ -104,6 +104,7 @@ jobs: shell: 'script -q -e -c "bash {0}"' run: | source ~/.bashrc + git config --global --add safe.directory /__w/CarbonixUAV/carbopilot_V2 ./waf configure ./waf rover @@ -115,5 +116,6 @@ jobs: shell: 'script -q -e -c "bash {0}"' run: | source ~/.bashrc + git config --global --add safe.directory /__w/CarbonixUAV/carbopilot_V2 ./waf configure --board CubeOrange ./waf plane