File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,11 @@ jobs:
125125 source .env/bin/activate
126126
127127 pytest --cov=execution_process_metrics_collector
128+ - uses : actions/upload-artifact@v4
129+ with :
130+ name : wsl_pre-commit-${{ matrix.python-version }}
131+ retention-days : 2
132+ path : the_repo/constraints-${{ matrix.python-version }}-wsl.txt
128133
129134 check_licences :
130135 runs-on : ubuntu-latest
@@ -160,11 +165,6 @@ jobs:
160165 - name : Print licences report
161166 if : ${{ always() }}
162167 run : echo "${{ steps.license_check_print_report.outputs.report }}"
163- - uses : actions/upload-artifact@v4
164- with :
165- name : wsl_pre-commit-${{ matrix.python-version }}
166- retention-days : 2
167- path : the_repo/constraints-${{ matrix.python-version }}-wsl.txt
168168
169169 pull_request_changes :
170170 # Do this only when it is not a pull request validation
You can’t perform that action at this time.
0 commit comments