feat: generate Webpack stats in CI (#41993)
This commit is contained in:
committed by
GitHub
parent
26dc5a7fae
commit
e7156dcc9e
6
.github/workflows/cypress-pr.yml
vendored
6
.github/workflows/cypress-pr.yml
vendored
@@ -72,3 +72,9 @@ jobs:
|
||||
config: baseUrl=http://localhost:8000
|
||||
browser: ${{ matrix.browsers }}
|
||||
headless: true
|
||||
|
||||
- name: Upload Webpack stats
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: webpack-stats
|
||||
path: client/public/stats.json
|
||||
|
Reference in New Issue
Block a user