Skip to content

Commit

Permalink
Run some tests against only latest and nightly-latest CLIs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Henry Mercer committed Sep 23, 2024
1 parent 323f5ef commit a7b6673
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 105 deletions.
46 changes: 1 addition & 45 deletions .github/workflows/__go-custom-queries.yml

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

46 changes: 1 addition & 45 deletions .github/workflows/__remote-config.yml

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

14 changes: 1 addition & 13 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:
- latest
- 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:
- latest
- 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:
- latest
- nightly-latest
steps:
- uses: ./../action/init
id: init
Expand Down

0 comments on commit a7b6673

Please sign in to comment.