Skip to content

Commit 112baa7

Browse files
committed
hidden files are ignored by the upload-artifact action
1 parent c0fa778 commit 112baa7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ jobs:
7777
python-version: ${{ inputs.python-version }}
7878
- run: python -m pip install --upgrade pip
7979
- run: python -m pip install -r ${{ inputs.pip-recipe }}
80-
- run: tox -e ${{ inputs.tox-env }} -- --file-output=".tests_outputs"
81-
- run: ls -l
82-
- run: ls -l .tests_outputs/
80+
- run: tox -e ${{ inputs.tox-env }} -- --file-output="tests_outputs"
8381
- uses: actions/upload-artifact@v4
8482
if: ${{ inputs.coverage-report }}
8583
with:
@@ -89,4 +87,4 @@ jobs:
8987
if: ${{ inputs.test-artifacts-name != '' }}
9088
with:
9189
name: ${{ inputs.test-artifacts-name }}
92-
path: .tests_outputs/
90+
path: tests_outputs/

0 commit comments

Comments
 (0)