Skip to content

Commit edf2ee9

Browse files
authored
Merge pull request #2496 from github/henrymercer/reduce-pr-check-load
Run some tests against only `latest` and `nightly-latest` CLIs
2 parents 323f5ef + b78ab6c commit edf2ee9

File tree

6 files changed

+15
-102
lines changed

6 files changed

+15
-102
lines changed

.github/workflows/__go-custom-queries.yml

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

.github/workflows/__remote-config.yml

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

.github/workflows/__unset-environment.yml

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

pr-checks/checks/go-custom-queries.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: "Go: Custom queries"
22
description: "Checks that Go works in conjunction with a config file specifying custom queries"
3+
operatingSystems:
4+
- ubuntu
5+
versions:
6+
- linked
7+
- nightly-latest
38
env:
49
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
510
steps:

pr-checks/checks/remote-config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: "Remote config file"
22
description: "Checks that specifying packages using only a config file works"
3+
operatingSystems:
4+
- ubuntu
5+
versions:
6+
- linked
7+
- nightly-latest
38
steps:
49
- uses: ./../action/init
510
with:

pr-checks/checks/unset-environment.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: "Test unsetting environment variables"
22
description: "An end-to-end integration test that unsets some environment variables"
3-
operatingSystems: ["ubuntu"]
4-
3+
operatingSystems:
4+
- ubuntu
5+
versions:
6+
- linked
7+
- nightly-latest
58
steps:
69
- uses: ./../action/init
710
id: init

0 commit comments

Comments
 (0)