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 c0fa778 commit 112baa7Copy full SHA for 112baa7
.github/workflows/test.yml
@@ -77,9 +77,7 @@ jobs:
77
python-version: ${{ inputs.python-version }}
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/
+ - run: tox -e ${{ inputs.tox-env }} -- --file-output="tests_outputs"
83
- uses: actions/upload-artifact@v4
84
if: ${{ inputs.coverage-report }}
85
with:
@@ -89,4 +87,4 @@ jobs:
89
87
if: ${{ inputs.test-artifacts-name != '' }}
90
88
91
name: ${{ inputs.test-artifacts-name }}
92
- path: .tests_outputs/
+ path: tests_outputs/
0 commit comments