-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix e2e CI failure from "Test that overwrite env var works in nested action (#453)" #467
Conversation
…vault-action into add-e2e-test-override-env-var
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -162,6 +162,22 @@ jobs: | |||
/cubbyhole/test foo ; | |||
/cubbyhole/test zip | NAMED_CUBBYSECRET ; | |||
|
|||
- name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 1/2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should add a comment that the ordering of these two tests matters and they should come before the Verify Vault Action Outputs step?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point!
No description provided.