chore: test matrix for primitive clients and expose GH secrets to test env#439
Merged
nborges-aws merged 1 commit intomainfrom Apr 27, 2026
Merged
chore: test matrix for primitive clients and expose GH secrets to test env#439nborges-aws merged 1 commit intomainfrom
nborges-aws merged 1 commit intomainfrom
Conversation
…secrets to test env
Hweinstock
approved these changes
Apr 27, 2026
| - group: policy | ||
| path: tests_integ/policy | ||
| timeout: 15 | ||
| extra-deps: "" |
Contributor
There was a problem hiding this comment.
q: are these required if they are just empty?
Contributor
Author
There was a problem hiding this comment.
One of the workflow steps uses ${{ matrix.extra-deps }} and ${{ matrix.ignore }}. I'm not sure if it would resolve to empty string on its own without including the blank fields in each matrix. I added the empty fields for consistency with existing matrices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recent updates/additions of primitive clients added integ tests to cover all new functionality. This PR updates CI/CD workflow to run all recently added integ tests on PRs and merged code.
Description of changes:
Note: the primitive client updates included changes to runtime and evaluations clients as well. Existing test matrices for these clients cover the new tests, thus no additions were needed to run these. Env vars were added however
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.