File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 run : pnpm exec playwright install chromium
6969
7070 - name : Run "${{ matrix.command }}"
71+ if : matrix.command != 'test:browser'
7172 run : pnpm run ${{ matrix.command }}
7273
74+ # Source - https://stackoverflow.com/a/71583518
75+ # Posted by VonC, modified by community. See post 'Timeline' for change history
76+ # Retrieved 2026-02-10, License - CC BY-SA 4.0
77+ - name : Run 'test:browser' with retry
78+ if : matrix.command == 'test:browser'
79+ uses : nick-fields/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4.0.0
80+ with :
81+ timeout_minutes : 10
82+ max_attempts : 3
83+ command : pnpm run ${{ matrix.command }}
84+
7385 - name : Upload coverage reports to Codecov
7486 if : matrix.command == 'test:cov'
7587 uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
You can’t perform that action at this time.
0 commit comments