## Bug Report **Current behavior** After responding activity of step 5, `github-learning-lab` mentions 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
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