0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Removed debugging statements

- these snook their way into my previous commit
This commit is contained in:
Daniel Lockyer 2023-05-22 18:19:41 +02:00
parent 6c85c2c195
commit ade8a1f5f4
No known key found for this signature in database

View file

@ -370,13 +370,6 @@ jobs:
with:
name: unit-coverage
path: coverage
- run: |
ls
echo ---
ls coverage
echo ---
ls ghost
- run: rsync -av --remove-source-files coverage/* ghost/
- uses: codecov/codecov-action@v3
with: