Skip to content

Commit

Permalink
ci: run frontend tests multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Nov 26, 2023
1 parent 1e95ec3 commit adeb12a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ jobs:
frontend-tests:
name: 'Tests: Frontend'
runs-on: ubuntu-latest
strategy:
matrix:
index: [0,1,2,3,4,5,6,7,8,9,10]
fail-fast: false
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

Expand Down

0 comments on commit adeb12a

Please sign in to comment.