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.
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
feat: add ability to run protocol tests as unit tests of a service #1590
feat: add ability to run protocol tests as unit tests of a service #1590
Changes from 55 commits
18bc019
b718463
b1e5d2d
9dfd788
1bc310d
dfaf9d9
3a3239b
61a49cc
bd7d092
cb92276
7e24e22
e42ac05
a35df4f
aafe8da
f991512
ccbeddb
6ddb43a
09cce79
5248527
766f4d3
f900cf3
5e3a95e
026ada7
a145926
a692b03
8708f5c
e4b8379
f225dd5
c6b9c3a
1f8c839
7c4462e
0369dd2
d5cfb50
853d1e2
801b0dd
211bf10
2186c86
5e19b27
805f93e
6d15ac4
052419a
dc284ac
d0f13c0
9e0a641
4f00274
0526c43
2a4e5fa
ab4025d
e36b8a0
6f93e8c
06c7a6f
5006c7a
be7f27b
36f265f
8cc787f
6d0c925
ca4f03d
4607457
482b44e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
are you sure we can't get rid of these extra permissions in CI? IIRC this is needed to get AWS credentials through OpenID which we don't do in the CI workflow.
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.
On the linux side I'm using
aws-actions/configure-aws-credentials@v3
still. Would rather I try to change this one to fake credentials?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.
Yes, let's not get real credentials where fake ones will do