Skip to content

Commit eacf6e5

Browse files
committed
Artifact upload was in the wrong job
1 parent ec62149 commit eacf6e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pre-commit_wsl.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)