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