diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index d9d45ba61f..c3db9edacd 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -76,10 +76,10 @@ jobs: run: | if [[ "${{ inputs.environment }}" == *"1es"* ]]; then pool_name=$(echo "${{ inputs.environment }}" | sed 's/.*1es-//') - echo "runs_on=self-hosted" >> $GITHUB_OUTPUT - echo "runs_on_pool=1ES.Pool=ebpf-cicd-runner-pool-$pool_name" >> $GITHUB_OUTPUT + echo "runs_on=self-hosted" >> $GITHUB_STATE + echo "runs_on_pool=1ES.Pool=ebpf-cicd-runner-pool-$pool_name" >> $GITHUB_STATE else - echo "runs_on=${{ inputs.environment }}" >> $GITHUB_OUTPUT + echo "runs_on=${{ inputs.environment }}" >> $GITHUB_STATE run_test: needs: set-job-environment # Due to app-verifier, unit tests take a lot longer to execute. Increase the timeout to 90 minutes. @@ -162,7 +162,6 @@ jobs: .github/workflows/reusable-test.yml sparse-checkout-cone-mode: false - - name: Set up choco cache folder # Set the choco cache to a local folder so that it can be cached. if: (inputs.gather_dumps == true) && (steps.skip_check.outputs.should_skip != 'true')