You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Bug Report
Current behavior
After responding activity of step 5,
github-learning-labmentions the Actions cannot finish the workflow correctly.In the workflow result, a warning was raised by
npm run test. The warning says "Snapshot is obsolete".FYI, This relates with #55. I solved the problem directly on githubtraining/using-github-actions-for-ci-template#15, but the next problem appeared now.
Reproduction
Same as #55
Expected behavior
Same as #55
Possible solution
I solve with fixing the code and updating the snapshot in githubtraining/using-github-actions-for-ci-template#17.
Additional context
My learning lab practice repo that this problem is produced is here.
https://github.com/dzeyelid/github-actions-for-ci_keep2/pull/2
The problem position is here.
https://github.com/dzeyelid/github-actions-for-ci_keep2/pull/2#issuecomment-859223483