We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1bcbf commit 9b20d0dCopy full SHA for 9b20d0d
.github/workflows/ci.yml
@@ -103,13 +103,13 @@ jobs:
103
104
- name: Test end-to-end (Linux)
105
if: ${{ matrix.os == 'ubuntu-latest' }}
106
- uses: Wandalen/wretry.action@v3.7.3
+ uses: Wandalen/wretry.action@v3.8.0
107
with:
108
command: xvfb-run -a npm run test:e2e
109
attempt_limit: 10
110
- name: Test end-to-end (Windows / macOS)
111
if: ${{ matrix.os != 'ubuntu-latest' }}
112
113
114
command: npm run test:e2e
115
0 commit comments