-
Notifications
You must be signed in to change notification settings - Fork 24
chore: use matrix for the CI APIC-255 #75
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
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
291705a
first try
millotp 887dfe7
escape
millotp 8d34990
json
millotp 8339cee
try things out
millotp 44f0382
generate array
millotp 4a7c0a9
quotes
millotp ff018c6
jq
millotp 4884ce9
log
millotp a6a237b
logic
millotp cca5039
forgort s on output
millotp ce70e8d
try toJSON
millotp cebc54e
try with array
millotp 34db1f0
using openapitools.json
millotp 29e01e7
test with git
millotp e0449cb
typo
millotp 50254f9
try with empty array
millotp 46a5882
skip if no specs
millotp 6d126a2
fix
millotp b481de7
swap 1 and 0
millotp 7b2af63
log run
millotp 47c0e61
condition
millotp 8eb4776
working?
millotp c7a7bef
add clients
millotp de11397
messed up
millotp b1382d6
use json
millotp f2318f9
argjson
millotp 94e9916
log
millotp 7aca413
iterate
millotp 912606a
simple iteration
millotp 1ef1c9e
compact
millotp 8783570
escape
millotp b43aa35
try log
millotp 68d8e97
try fixing json bug
millotp c7e0289
change name
millotp e4b968e
remove quotesé
millotp 7767984
this is taking way too long
millotp 6e35b59
check
millotp 6020cfa
add java
millotp 39f2862
merge
millotp 893ec6f
needs ?
millotp 1b0a198
use local script
millotp b48ae9e
use -d
millotp a760f43
log
millotp f0b1e89
test split
millotp 70549dc
use one echo
millotp 1cf77be
wrong commit
millotp 059481b
remove echo
millotp 1f21520
use script for java too
millotp ddf5319
review and spec script
millotp f9c8aaa
merge
millotp 560fead
review
millotp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
this part could be done in the scripts, no?
I think we should reduce the logic in the
run
as it's easier to debug/write in the scriptsThere 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.
I couldn't get it to work with github actions, I cannot split the output properly with any command, maybe bash is different.
Uh oh!
There was an error while loading. Please reload this page.
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.
Thinking again, it would impact adding
jq
logic to handle double returns, you can skip this commentThere 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.
My guess would be to return a json object with
run
andmatrix
and split the result withjq
to set the output, but not sure if it's worth compared to a simple if else