-
Notifications
You must be signed in to change notification settings - Fork 204
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 gh action #6387
fix gh action #6387
Conversation
|
5d1a88a
to
4cad0b1
Compare
bla bla bla |
|
bla bla bla |
|
Run Tests: |
|
4cad0b1
to
536033a
Compare
|
bla bla |
|
536033a
to
226fe65
Compare
|
Run Tests: |
|
dsfgdsfyg dsfg dsfg |
Run Tests: |
|
1 similar comment
|
Run Tests: |
|
1 similar comment
|
226fe65
to
e8f7d9f
Compare
|
Run Tests: |
zsdgvfdsfgsd |
|
|
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
const simulatorBranchMatch = body.match(/mx-chain-simulator-go:\s*(\S+)/); | ||
const testingSuiteBranchMatch = body.match(/mx-chain-testing-suite:\s*(\S+)/); |
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.
🙈
GH workflow inputs (pretty visual forms) would have permitted us to not write regex.
GH workflow inputs support default values (of course, without additional conditions as above, but might be sufficient).
📊 MultiversX Automated Test Report: View Report 🔄 Build Details:
🚀 Environment Variables:
|
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?