mirror of
https://github.com/danbulant/jose
synced 2026-05-24 12:35:36 +00:00
ci: repeat flaky browser tests
This commit is contained in:
parent
b2839ba666
commit
5f784fa730
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -180,7 +180,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
key: dist-${{ hashFiles('src/**/*.ts') }}-${{ hashFiles('tsconfig/*.json') }}
|
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
|
- run: git reset HEAD --hard
|
||||||
|
|
||||||
prepare-release:
|
prepare-release:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue