Skip to content

Commit c6ea265

Browse files
authored
. e Added retry due to weird VIPM issues
1 parent ac2ae30 commit c6ea265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_and_build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
runs-on: LV20x64
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: nick-fields/retry@v2
13+
with:
14+
max_attepmets: 3
15+
retry_on: error
16+
timeout_seconds: 1800
1217
- name: Run Unit Tests
1318
shell: bash
1419
run: ./_run_unittests.sh

0 commit comments

Comments
 (0)