Compare commits

...

2 Commits

Author SHA1 Message Date
Henry Mercer
fac7790e02 Specify Bash shell 2024-04-15 18:19:54 +01:00
Henry Mercer
f2196f6290 Test on Windows 2024-04-15 16:48:50 +01:00

View File

@@ -10,9 +10,6 @@ env:
CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN: 'true'
on:
push:
branches:
- main
- releases/v*
pull_request:
types:
- opened
@@ -31,6 +28,10 @@ jobs:
version: latest
- os: ubuntu-latest
version: nightly-latest
- os: windows-latest
version: latest
- os: windows-latest
version: nightly-latest
name: Autobuild direct tracing
permissions:
contents: read
@@ -58,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
@@ -73,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" \