Skip to content

Commit

Permalink
tf versions added to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Mar 8, 2024
1 parent 306097e commit 9a1b568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
- name: Test
run: bash scripts/test.sh
env:
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-tf${{ matrix.tf-version }}
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}-tf${{ matrix.tf-version }}
- name: Store coverage files
uses: actions/upload-artifact@v4
with:
name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
name: .coverage.${{ runner.os }}-py${{ matrix.python-version }}-tf${{ matrix.tf-version }}
path: coverage
if-no-files-found: error

Expand Down

0 comments on commit 9a1b568

Please sign in to comment.