diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f75225891..e69abb2ef 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: