Commit e2c6e91
authored
🩹 [Patch]: Add retry on
## Description
This pull request includes changes to the
`.github/workflows/Action-Test.yml` file to improve the reliability of
module installation by adding retry logic.
Improvements to module installation:
*
[`.github/workflows/Action-Test.yml`](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4L141-R160):
Added a retry mechanism for the `Install-PSResource` command to handle
potential installation failures more gracefully. This includes retrying
the installation up to 5 times with a 10-second delay between attempts
and logging appropriate messages.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] Install-PSResource (#12)1 parent a2c4cfb commit e2c6e91
1 file changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
142 | 161 | | |
143 | 162 | | |
144 | 163 | | |
| |||
0 commit comments