Skip to content

Commit f872e7f

Browse files
committed
Refine pytest upload path in single-postgres.yml for improved artifact collection
- Simplified the upload path for pytest results by removing the specific wildcard in the temporary directory, ensuring more efficient collection of test artifacts during the workflow execution.
1 parent 0b77a5c commit f872e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/single-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: failure()
110110
with:
111111
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
112-
path: ${{ runner.temp }}/pytest-of-*/**
112+
path: ${{ runner.temp }}/pytest-*/**
113113
- name: Upload coverage to Codecov
114114
uses: codecov/codecov-action@v5.5.2
115115
with:

0 commit comments

Comments
 (0)