File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : npm install --workspace=extester-test
5353
5454 - name : 🔍 Run Tests (macOS)
55- uses : nick-fields/retry@v3
55+ uses : nick-fields/retry@v4
5656 if : ${{ startsWith(matrix.os, 'mac') }}
5757 with :
5858 timeout_minutes : 20
6262 on_retry_command : rm -rf "${RUNNER_TEMP}/extest-code"
6363
6464 - name : 🔍 Run Tests (windows)
65- uses : nick-fields/retry@v3
65+ uses : nick-fields/retry@v4
6666 if : ${{ startsWith(matrix.os, 'win') }}
6767 with :
6868 timeout_minutes : 20
7575 run : sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
7676
7777 - name : 🔍 Run Tests (linux)
78- uses : nick-fields/retry@v3
78+ uses : nick-fields/retry@v4
7979 if : ${{ startsWith(matrix.os, 'ubuntu') }}
8080 with :
8181 timeout_minutes : 20
Original file line number Diff line number Diff line change 7070 run : xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npm run test:runner:unit
7171
7272 - name : 🔍 Run UI Tests (macOS)
73- uses : nick-fields/retry@v3
73+ uses : nick-fields/retry@v4
7474 if : ${{ startsWith(matrix.os, 'mac') }}
7575 with :
7676 timeout_minutes : 10
8080 on_retry_command : rm -rf "${RUNNER_TEMP}/extest-code"
8181
8282 - name : 🔍 Run UI Tests (windows)
83- uses : nick-fields/retry@v3
83+ uses : nick-fields/retry@v4
8484 if : ${{ startsWith(matrix.os, 'win') }}
8585 with :
8686 timeout_minutes : 10
8989 command : npm run test:runner:ui
9090
9191 - name : 🔍 Run UI Tests (linux)
92- uses : nick-fields/retry@v3
92+ uses : nick-fields/retry@v4
9393 if : ${{ startsWith(matrix.os, 'ubuntu') }}
9494 with :
9595 timeout_minutes : 10
Original file line number Diff line number Diff line change 2020
2121 - name : 🔍 Fetch VS Code versions with retry
2222 id : versions
23- uses : nick-fields/retry@v3.0.2
23+ uses : nick-fields/retry@v4
2424 with :
2525 timeout_minutes : 5
2626 max_attempts : 3
You can’t perform that action at this time.
0 commit comments