From fcbc8a3b61a5bce8843bd1f87fc9209139b23add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:12:59 +0000 Subject: [PATCH] Bump coactions/dynamic-matrix from 1 to 3 Bumps [coactions/dynamic-matrix](https://github.com/coactions/dynamic-matrix) from 1 to 3. - [Release notes](https://github.com/coactions/dynamic-matrix/releases) - [Commits](https://github.com/coactions/dynamic-matrix/compare/v1...v3) --- updated-dependencies: - dependency-name: coactions/dynamic-matrix dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tox.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 5a98b0d..cb41b3a 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Determine matrix id: generate_matrix - uses: coactions/dynamic-matrix@v1 + uses: coactions/dynamic-matrix@v3 with: min_python: "3.9" max_python: "3.12" @@ -77,11 +77,19 @@ jobs: - name: Install tox run: python3 -m pip install --upgrade 'tox>=4.0.3' - - name: Initialize tox envs - run: python3 -m tox --notest --skip-missing-interpreters false -vv -e ${{ matrix.passed_name }} + - run: ${{ matrix.command }} - - name: tox -e ${{ matrix.passed_name }} - run: python3 -m tox -e ${{ matrix.passed_name }} + - run: ${{ matrix.command2 }} + if: ${{ matrix.command2 }} + + - run: ${{ matrix.command3 }} + if: ${{ matrix.command3 }} + + - run: ${{ matrix.command4 }} + if: ${{ matrix.command4 }} + + - run: ${{ matrix.command5 }} + if: ${{ matrix.command5 }} - name: Archive logs uses: actions/upload-artifact@v4 @@ -150,7 +158,7 @@ jobs: - name: Upload coverage data uses: codecov/codecov-action@v4 with: - name: ${{ matrix.passed_name }} + name: ${{ matrix.name }} # verbose: true # optional (default = false) fail_ci_if_error: true use_oidc: true # cspell:ignore oidc