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
chore: Introduce shared GitHub Actions #1451
chore: Introduce shared GitHub Actions #1451
Changes from all commits
6bd2502
4add18d
0fbb9d9
9be041d
20a4976
0d2f2b6
1712390
4ec638a
73c3dcf
9b3d2d1
ab8cfdb
ee46675
b86d13d
131e05e
2f814ba
1abc38a
ce3aaa6
25e635e
2681c6b
e3c4943
c5c6e4b
c949d05
a02f9ab
d1bd7ee
210129c
9de88fb
ccb562c
f577dd4
8dc5a6d
48f1ebe
8c58462
e18dfcf
becbdec
c6a4b6d
04367c8
4d6ea9a
3a38e3e
0f3b62c
9e3c4df
66b18d8
90ac58a
6547373
1e9f894
d28e100
5b662db
11a37d2
2a0c3c7
700df8f
c2b38b6
66be3bd
2445fb0
1bd1178
fe1fce6
a3a9cec
0512e0b
85683e5
b95c65f
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.
comment: these here used to be a conditional based on whether the job is running for a
main
build or aPR
build. Since we removed the postmain
build, I removed this conditional now.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.
comment: I opted to have everything just needed in the test setup as "regular" vars, and to only export those things as env vars which are needed downstream by the tests.