Skip to content

Commit 59771dd

Browse files
committed
Run PR check on Windows too
1 parent f21d2d2 commit 59771dd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/__autobuild-direct-tracing.yml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/autobuild-direct-tracing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: "Autobuild direct tracing"
22
description: "An end-to-end integration test of a Java repository built using 'build-mode: autobuild', with direct tracing enabled"
3-
operatingSystems: ["ubuntu"]
3+
operatingSystems: ["ubuntu", "windows"]
44
versions: ["latest", "nightly-latest"]
55
env:
66
CODEQL_ACTION_AUTOBUILD_BUILD_MODE_DIRECT_TRACING: true
77
steps:
88
- name: Set up Java test repo configuration
9+
shell: bash
910
run: |
1011
mv * .github ../action/tests/multi-language-repo/
1112
mv ../action/tests/multi-language-repo/.github/workflows .github
@@ -20,6 +21,7 @@ steps:
2021
tools: ${{ steps.prepare-test.outputs.tools-url }}
2122

2223
- name: Check that indirect tracing is disabled
24+
shell: bash
2325
run: |
2426
if [[ ! -z "${CODEQL_RUNNER}" ]]; then
2527
echo "Expected indirect tracing to be disabled, but the" \

0 commit comments

Comments
 (0)