You've already forked hugo-extended
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user