Closed sjchmiela closed 3 days ago
Size Change: +5.45 kB (+0.01%)
Total Size: 52.9 MB
Filename | Size | Change |
---|---|---|
./packages/eas-cli/dist/eas-linux-x64.tar.gz |
52.9 MB | +5.45 kB (+0.01%) |
Subscribed to pull request | File Patterns | Mentions |
---|---|---|
**/* | @szdziedzic, @khamilowicz | |
packages/eas-cli/src/build/** | @szdziedzic, @khamilowicz |
Generated by CodeMention
⏩ The changelog entry check has been skipped since the "no changelog" label is present.
Attention: Patch coverage is 39.24051%
with 48 lines
in your changes missing coverage. Please review.
Project coverage is 52.81%. Comparing base (
fed28a8
) to head (ff0a56f
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Why
We want to check both of these:
workflow:validate
workflow:run
.How
I added a
validateWorkflowRevisionYamlConfig
mutation I'm using here to validate the config and GitHub connection. The GitHub requirement is checked dynamically inwww
so we can later remove it without having users upgrade to a newereas-cli
.Brent also wished
eas workflow:run test.yml
resolvedtest.yml
to.eas/workflows/test.yml
automatically, so added this too.Test Plan
I tried validating and running invalid YAMLs, workflows and valid configs. Things seemed to work ok.