From d1694a86078c3c180d4c91976381445ef11eaa67 Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Fri, 15 Nov 2024 18:25:06 +0100 Subject: [PATCH] matrix --- .github/workflows/python-temporary-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-temporary-test.yml b/.github/workflows/python-temporary-test.yml index d8ad71cccc..95d725289c 100644 --- a/.github/workflows/python-temporary-test.yml +++ b/.github/workflows/python-temporary-test.yml @@ -11,6 +11,10 @@ env: jobs: end-to-end: runs-on: ubuntu-latest + strategy: + matrix: + attempt: [1, 2, 3, 4 ,5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + fail-fast: false steps: - name: Checkout uses: actions/checkout@v4