Skip to content

Commit

Permalink
PR checks: stop running unset-env on two old CLI versions
Browse files Browse the repository at this point in the history
Looks like there was a bug in the oldest two CLI versions, on `macos-12` here.
  • Loading branch information
Angela P Wen committed May 17, 2024
1 parent 23c1981 commit b0a1d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/__unset-environment.yml

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

2 changes: 2 additions & 0 deletions pr-checks/checks/unset-environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Test unsetting environment variables"
description: "An end-to-end integration test that unsets some environment variables"
# TODO: Switch back to all versions once CLI v2.17.4 is available and running on ubuntu again.
versions: ["stable-v2.14.6", "stable-v2.15.5", "stable-v2.16.6", "latest", "default", "nightly-latest"]
operatingSystems: ["macos"] # TODO: Switch back to ubuntu for `nightly-latest` and `latest` once CLI v2.17.4 is available.
steps:
- uses: ./../action/init
Expand Down

0 comments on commit b0a1d92

Please sign in to comment.