diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index 3fe7b1d1..4e2d3f7e 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -32,7 +32,7 @@ jobs: cache: 'npm' - run: npm install - run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2 - - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cache-max-age=21600000 --cluster-id=1 + - run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cache-max-age=21600000 --cluster-id=1 --debug - run: npm run programs:save - run: npm run guides:update - uses: tibdex/github-app-token@v1