Skip to content

Commit

Permalink
Repeat the e2e tests 10 times
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Aug 8, 2024
1 parent 04e03c0 commit 1b08cfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ jobs:

python-e2e-tests:
runs-on: ubuntu-latest
strategy:
matrix:
repeat: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
steps:
- run: echo "Run ${{ matrix.repeat }}"
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 1b08cfe

Please sign in to comment.