Commit 44477f8
authored
refactor: streamline dependency installation by removing artifact restoration step (#844)
## 📝 Pull Request Description
### 🔄 Changes
- The artifact restoration step was removed from the dependency
installation process in the test workflow.
- The dependency installation step now uses `pnpm install
--frozen-lockfile` for efficiency.
- This change streamlines the dependency installation process.
### 💥 Impact
- This change improves the efficiency of the CI/CD pipeline.
- The system impact is minimal, as only the test workflow is affected.
- There is no expected performance impact on the application itself.
### 📋 Checklist
- [ ] Code follows the project's coding standards
- [ ] Tests have been updated
- [ ] Documentation has been updated
- [ ] All tests are passing1 parent 1644bb5 commit 44477f8
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
| |||
59 | 53 | | |
60 | 54 | | |
61 | 55 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 56 | + | |
| 57 | + | |
67 | 58 | | |
68 | 59 | | |
69 | 60 | | |
| |||
0 commit comments