Skip to content

Commit

Permalink
Bump coactions/dynamic-matrix from 1 to 3 (#399)
Browse files Browse the repository at this point in the history
Bumps [coactions/dynamic-matrix](https://github.com/coactions/dynamic-matrix) from 1 to 3.
- [Release notes](https://github.com/coactions/dynamic-matrix/releases)
- [Commits](coactions/dynamic-matrix@v1...v3)

---
updated-dependencies:
- dependency-name: coactions/dynamic-matrix
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent d07db24 commit 42b5d96
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 42b5d96

Please sign in to comment.