nrwl / nx-cloud-workflows

MIT License
8 stars 6 forks source link

Include NX_STEP_GROUP_ID in CACHE_STEP_WAS_SUCCESSFUL_HIT env var #33

Closed pmariglia closed 6 months ago

pmariglia commented 6 months ago

There was an edge case where if multiple caching steps were used and only one was hit, one cache hit would cause both cache store processes to skip when it should only stop the one it pertains to.

This change adds the STEP_ID environment variable at the end of the environment variable, which should no fix the issue