From fac7790e02cb89be7f0f135e3659a5a4871a32e1 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 15 Apr 2024 18:16:52 +0100 Subject: [PATCH] Specify Bash shell --- .github/workflows/__autobuild-direct-tracing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/__autobuild-direct-tracing.yml b/.github/workflows/__autobuild-direct-tracing.yml index 862a6cfc1..f8ce2f07e 100644 --- a/.github/workflows/__autobuild-direct-tracing.yml +++ b/.github/workflows/__autobuild-direct-tracing.yml @@ -59,7 +59,8 @@ jobs: with: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - - name: Set up Java test repo configuration + - name: Set up Java test repo configuration (Linux) + shell: bash run: | mv * .github ../action/tests/multi-language-repo/ mv ../action/tests/multi-language-repo/.github/workflows .github @@ -74,6 +75,7 @@ jobs: tools: ${{ steps.prepare-test.outputs.tools-url }} - name: Check that indirect tracing is disabled + shell: bash run: | if [[ ! -z "${CODEQL_RUNNER}" ]]; then echo "Expected indirect tracing to be disabled, but the" \