Skip to content

Commit a7b6673

Browse files
committed
Run some tests against only latest and nightly-latest CLIs
These features have stabilized so it isn't that helpful to test them against the full range of CLIs. So let's speed up the PR checks and save some Actions minutes.
1 parent 323f5ef commit a7b6673

File tree

6 files changed

+18
-105
lines changed

6 files changed

+18
-105
lines changed

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

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

.github/workflows/__remote-config.yml

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

.github/workflows/__unset-environment.yml

+1-13
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+
- latest
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+
- latest
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+
- latest
7+
- nightly-latest
58
steps:
69
- uses: ./../action/init
710
id: init

0 commit comments

Comments
 (0)