Skip to content

Commit

Permalink
Run PR check on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Apr 15, 2024
1 parent f21d2d2 commit 59771dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/__autobuild-direct-tracing.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pr-checks/checks/autobuild-direct-tracing.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "Autobuild direct tracing"
description: "An end-to-end integration test of a Java repository built using 'build-mode: autobuild', with direct tracing enabled"
operatingSystems: ["ubuntu"]
operatingSystems: ["ubuntu", "windows"]
versions: ["latest", "nightly-latest"]
env:
CODEQL_ACTION_AUTOBUILD_BUILD_MODE_DIRECT_TRACING: true
steps:
- name: Set up Java test repo configuration
shell: bash
run: |
mv * .github ../action/tests/multi-language-repo/
mv ../action/tests/multi-language-repo/.github/workflows .github
Expand All @@ -20,6 +21,7 @@ steps:
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" \
Expand Down

0 comments on commit 59771dd

Please sign in to comment.