Skip to content

Commit

Permalink
Merge pull request #2116 from github/henrymercer/reduce-checkout-path…
Browse files Browse the repository at this point in the history
…-jobs

 Only run custom checkout path tests against a single CodeQL version
  • Loading branch information
henrymercer authored Feb 2, 2024
2 parents 15b447d + e1fa6dd commit 39cc02b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/__with-checkout-path.yml

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

2 changes: 1 addition & 1 deletion pr-checks/checks/with-checkout-path.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Use a custom `checkout_path`"
description: "Checks that a custom `checkout_path` will find the proper commit_oid"
versions: ["latest"]
steps:
# This ensures we don't accidentally use the original checkout for any part of the test.
- name: Delete original checkout
Expand All @@ -22,7 +23,6 @@ steps:
# it's enough to test one compiled language and one interpreted language
languages: csharp,javascript
source-root: x/y/z/some-path/tests/multi-language-repo
debug: true

- name: Build code
shell: bash
Expand Down

0 comments on commit 39cc02b

Please sign in to comment.