Skip to content

Commit

Permalink
matrix.tahoe-version
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Dec 3, 2024
1 parent 4166405 commit d2f358d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ${{ matrix.os.runs-on }}
steps:
- name: Check out source code
Expand Down Expand Up @@ -154,7 +155,7 @@ jobs:
if: ${{ always() }}
with:
if-no-files-found: "warn"
name: "integration--${{ matrix.os }}-${{ matrix.python-version }}-tahoe-${{ tahoe-version }}"
name: "integration--${{ matrix.os }}-${{ matrix.python-version }}-tahoe-${{ matrix.tahoe-version }}"
path: "eliot*"

- uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ always() }}
with:
if-no-files-found: "warn"
name: "integration--${{ matrix.os }}-${{ matrix.python-version }}-tahoe-${{ tahoe-version }}"
name: "integration--${{ matrix.os }}-${{ matrix.python-version }}-tahoe-${{ matrix.tahoe-version }}"
path: "eliot*"

- uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: ${{ always() }}
with:
if-no-files-found: "warn"
name: "integration--${{ matrix.os }}-${{ matrix.python-version }}-tahoe-${{ tahoe-version }}"
name: "integration--${{ matrix.os }}-${{ matrix.python-version }}-tahoe-${{ matrix.tahoe-version }}"
path: "eliot*"

- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit d2f358d

Please sign in to comment.