ci: repeat flaky browser tests

This commit is contained in:
Filip Skokan 2021-05-14 13:10:47 +02:00
parent b2839ba666
commit 5f784fa730

View file

@ -180,7 +180,7 @@ jobs:
with:
path: dist
key: dist-${{ hashFiles('src/**/*.ts') }}-${{ hashFiles('tsconfig/*.json') }}
- run: npm run test-browser
- run: npx retry-cli npm run test-browser
- run: git reset HEAD --hard
prepare-release: