mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Add echo to debug 'Windows / Python 3.5 x86'
This commit is contained in:
parent
77ad951d96
commit
1c90c9d541
3
.github/workflows/test-windows.yml
vendored
3
.github/workflows/test-windows.yml
vendored
|
@ -371,7 +371,8 @@ jobs:
|
|||
echo "CI on python-pillow/Pillow, copy CodeCov settings"
|
||||
cp .github/workflows/codecov-upstream.yml .codecov.yml
|
||||
fi
|
||||
curl -s https://codecov.io/bash | bash
|
||||
echo Upload coverage
|
||||
curl -s https://codecov.io/bash | bash
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
CODECOV_NAME: ${{ runner.os }} Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user