remotely-save/.github/workflows
Bruno Miiller 60bad0fcd3 Keep CI test stage focused: drop build step
The Lint → Test → Security pattern keeps each stage to a single concern.
`npm run build` belonged to test only to publish a PR-preview artifact;
release.yml already handles production builds, and developers can run
`npm run build` locally. Removing it from the test stage:

- aligns with code-standards/ci/pipeline-structure.md
- shaves ~70s off PR CI time
- removes the "dist" artifact upload (coverage upload stays)
2026-05-19 23:09:27 -03:00
..
ci.yml Keep CI test stage focused: drop build step 2026-05-19 23:09:27 -03:00
cla.yml customize the welcome text 2024-04-30 00:37:52 +08:00
release.yml fix ci 2024-09-29 10:19:48 +08:00