Skip to content

test: use ssh debug runner-whitout public key limited #33

test: use ssh debug runner-whitout public key limited

test: use ssh debug runner-whitout public key limited #33

Workflow file for this run

name: analyze bundle
on:
# pull_request:
# branches: ['master']
push:
jobs:
build:
name: analyse bundle - read stats.json
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:

Check failure on line 23 in .github/workflows/npm-gulp.yml

View workflow run for this annotation

GitHub Actions / analyze bundle

Invalid workflow file

The workflow is not valid. .github/workflows/npm-gulp.yml (Line: 23, Col: 14): Unexpected value '' .github/workflows/npm-gulp.yml (Line: 24, Col: 9): Unexpected value 'limit-access-to-actor'
limit-access-to-actor: true
- name: Configure Proxy
run: |
echo "HTTP_PROXY=http://192.168.2.53:8090" >> $GITHUB_ENV
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- uses: actions/cache@v3
with:
# cache directory
path: node_modules/.cache/webpack/
key: ${{ env.GITHUB_REF_NAME }}-webpack-build
# fallback to use "main" branch cache
restore-keys: |
main-webpack-build
- name: check webpack version
run: npx webpack -v
- name: debug
run: npm run debug
- name: symlink
run: npm run symLink
- name: analyse
run: npm run analyse
- name: read stats.json
run: node ./analyze-bundle/report.js