Skip to content

Commit 9514a9a

Browse files
author
Omar Ali Khan
committed
fix: Correct github actions test workflow test result paths.
1 parent 4496217 commit 9514a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Store test result artifacts
6969
uses: actions/upload-artifact@v4
7070
with:
71-
path: coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }-${{ matrix.sqlalchemy-version }}}.xml
71+
path: coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }}-${{ matrix.sqlalchemy-version }}.xml
7272

7373
- name: Coveralls
7474
env:
@@ -123,7 +123,7 @@ jobs:
123123
- name: Store test result artifacts
124124
uses: actions/upload-artifact@v4
125125
with:
126-
path: coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }-${{ matrix.sqlalchemy-version }}}-asyncpg.xml
126+
path: coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }}-${{ matrix.sqlalchemy-version }}-asyncpg.xml
127127

128128
- name: Coveralls
129129
env:

0 commit comments

Comments
 (0)