Skip to content

Commit 4b4c0e5

Browse files
Update instance repo from cookiecutter template
1 parent 9af2a0a commit 4b4c0e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: (if ($env | contains("pre")) then $env + " (PRE-RELEASE DEPENDENCIES)" else $env end)
4242
}
4343
]')
44-
echo "matrix=${MATRIX_JSON}" >> $GITHUB_OUTPUT
44+
echo "matrix=${MATRIX_JSON}" | tee $GITHUB_OUTPUT
4545
4646
test:
4747
needs: get-environments
@@ -67,7 +67,7 @@ jobs:
6767
MPLBACKEND: agg
6868
PLATFORM: ${{ matrix.os }}
6969
DISPLAY: :42
70-
run: uvx hatch run ${{ matrix.env}}:test-cov
70+
run: uvx hatch run ${{ matrix.env}}:run-cov
7171
- name: generate coverage report
7272
run: uvx hatch run hatch-test.py${{ matrix.python }}:coverage xml
7373
- name: Upload coverage

0 commit comments

Comments
 (0)