Skip to content

Commit c0fa778

Browse files
committed
debugging artifact path
1 parent 7b0bf86 commit c0fa778

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
- run: python -m pip install --upgrade pip
7979
- run: python -m pip install -r ${{ inputs.pip-recipe }}
8080
- run: tox -e ${{ inputs.tox-env }} -- --file-output=".tests_outputs"
81+
- run: ls -l
82+
- run: ls -l .tests_outputs/
8183
- uses: actions/upload-artifact@v4
8284
if: ${{ inputs.coverage-report }}
8385
with:
@@ -87,4 +89,4 @@ jobs:
8789
if: ${{ inputs.test-artifacts-name != '' }}
8890
with:
8991
name: ${{ inputs.test-artifacts-name }}
90-
path: .tests_outputs
92+
path: .tests_outputs/

0 commit comments

Comments
 (0)