diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index 4c514f09..182ec91b 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -48,10 +48,14 @@ jobs: # brew install azure-cli - name: "Install AutonomySim Dependencies" + env: + GITHUB_ACTIONS_RUNNER_DEBUG: true shell: bash run: bash ./scripts/setup.sh - name: "Build AutonomySim" + env: + GITHUB_ACTIONS_RUNNER_DEBUG: true shell: bash run: bash ./scripts/build.sh