1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

enable careful-downloader debug logs in CI

This commit is contained in:
2021-10-10 07:24:11 -04:00
parent eddc6a62a1
commit 6c5602152d
3 changed files with 14 additions and 11 deletions
+7 -5
View File
@@ -27,11 +27,13 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: yarn install and test
run: |
yarn install --frozen-lockfile
yarn audit
yarn test
- run: yarn install --frozen-lockfile
env:
DEBUG: careful-downloader
DEBUG_HIDE_DATE: 1
DEBUG_COLORS: 0
- run: yarn audit
- run: yarn test
- name: Checkout gohugoio/hugoBasicExample
uses: actions/checkout@master
with: