Move regression tests to private repository
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 06:55:29 +02:00
parent f88cfd73e6
commit 2810ff8d98
78 changed files with 11 additions and 24101 deletions
+4 -3
View File
@@ -287,13 +287,14 @@ npm install
npm start
```
Run the test suite and lint checks:
Run the public lint and dependency checks:
```powershell
npm test
npm run lint
npm run verify
```
The regression suite is maintained and executed in a separate private repository against an exact application commit. Public CI runs lint, dependency checks and Windows builds; it does not run the private tests. Maintainers must also verify the private regression run before releasing. Historical commits and release tags have not been rewritten.
Create both Windows release targets without publishing them:
```powershell