We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0bf86 commit c0fa778Copy full SHA for c0fa778
.github/workflows/test.yml
@@ -78,6 +78,8 @@ jobs:
78
- run: python -m pip install --upgrade pip
79
- 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/
83
- uses: actions/upload-artifact@v4
84
if: ${{ inputs.coverage-report }}
85
with:
@@ -87,4 +89,4 @@ jobs:
87
89
if: ${{ inputs.test-artifacts-name != '' }}
88
90
91
name: ${{ inputs.test-artifacts-name }}
- path: .tests_outputs
92
+ path: .tests_outputs/
0 commit comments