Closed roblatdomain closed 8 months ago
Where in CI build are you seeing the second case?
Where in CI build are you seeing the second case?
Our ci pipeline will run yarn build
and generate webpack-stats.json as a part of artifact for download from github: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts. I found the second case in there.
I figured out the reason, there is a actions/cache@v3
in our pipeline caused that.
Issue description
In local build, webpack-stats is good, it looks like:
But in ci build, it looks like:
Then in ci tests will emit many weird errors:
TypeError: expected string or bytes-like object
. My question is what can make that difference?Technical info