Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 7, 2022
1 parent d6155b2 commit e712846
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -127,6 +127,8 @@ jobs:
- name: Build Packages
run: yarn build
- name: Test
run: yarn jest --no-watchman --ci browser
env:
TEST_BROWSER: true
uses: nick-fields/retry@v2
with:
timeout_minutes: 10
max_attempts: 5
command: TEST_BROWSER=true yarn jest --no-watchman --ci browser

0 comments on commit e712846

Please sign in to comment.