-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: interpolate the step names #1422
Conversation
Step names could contain expressions refering to event data. Fixes #1353
@KnisterPeter this pull request has failed checks 🛠 |
🦙 MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
@KnisterPeter this pull request has failed checks 🛠 |
1 similar comment
@KnisterPeter this pull request has failed checks 🛠 |
19c41e1
to
068bdaa
Compare
@KnisterPeter this pull request has failed checks 🛠 |
068bdaa
to
0d91bc8
Compare
@KnisterPeter this pull request has failed checks 🛠 |
0d91bc8
to
00c7661
Compare
@KnisterPeter this pull request has failed checks 🛠 |
The RunContext does contain a cached ExpressionEvaluator. This should be the case the composite RunContext as well.
00c7661
to
8f845ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #1422 +/- ##
==========================================
+ Coverage 57.50% 60.31% +2.80%
==========================================
Files 32 44 +12
Lines 4594 6985 +2391
==========================================
+ Hits 2642 4213 +1571
- Misses 1729 2463 +734
- Partials 223 309 +86
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@KnisterPeter this pull request has failed checks 🛠 |
@KnisterPeter this pull request has failed checks 🛠 |
Step names could contain expressions refering to event data.
Fixes #1353