Skip to content

Commit

Permalink
Merge pull request #2496 from github/henrymercer/reduce-pr-check-load
Browse files Browse the repository at this point in the history
Run some tests against only `latest` and `nightly-latest` CLIs
  • Loading branch information
henrymercer committed Sep 23, 2024
2 parents 323f5ef + b78ab6c commit edf2ee9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 102 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/__go-custom-queries.yml

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

44 changes: 0 additions & 44 deletions .github/workflows/__remote-config.yml

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

12 changes: 0 additions & 12 deletions .github/workflows/__unset-environment.yml

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

5 changes: 5 additions & 0 deletions pr-checks/checks/go-custom-queries.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: "Go: Custom queries"
description: "Checks that Go works in conjunction with a config file specifying custom queries"
operatingSystems:
- ubuntu
versions:
- linked
- nightly-latest
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
Expand Down
5 changes: 5 additions & 0 deletions pr-checks/checks/remote-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: "Remote config file"
description: "Checks that specifying packages using only a config file works"
operatingSystems:
- ubuntu
versions:
- linked
- nightly-latest
steps:
- uses: ./../action/init
with:
Expand Down
7 changes: 5 additions & 2 deletions pr-checks/checks/unset-environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: "Test unsetting environment variables"
description: "An end-to-end integration test that unsets some environment variables"
operatingSystems: ["ubuntu"]

operatingSystems:
- ubuntu
versions:
- linked
- nightly-latest
steps:
- uses: ./../action/init
id: init
Expand Down

0 comments on commit edf2ee9

Please sign in to comment.