protobuf-javascript icon indicating copy to clipboard operation
protobuf-javascript copied to clipboard

CommonJS testing cycle uses stale data

Open dibenede opened this issue 3 years ago • 1 comments

In the process of generating a PR, I noticed that the GitHub test runners caught issues in commonjs/{import_test.js,strict_test.js} that weren't triggered by my local gulp test_commonjs runs. Closure tests did not seem to be impacted.

E.g. https://github.com/protocolbuffers/protobuf-javascript/actions/runs/3187010981/jobs/5198166279

dibenede avatar Oct 05 '22 17:10 dibenede

Added "clean" commands in #146 to mitigate this a bit.

dibenede avatar Oct 14 '22 22:10 dibenede