Updated Bots (markdown)

Tim van der Meij 2024-05-30 15:08:35 +02:00
parent 98c5549984
commit f18f352eb3

@ -7,13 +7,14 @@ While we use GitHub Actions for linting and running (a selection of) unit tests,
- `preview` (generates a preview build for the pull request)
- `unittest` (runs the unit tests)
- `fonttest` (runs the font tests)
- `integrationtest` (runs the integration tests)
- `browsertest` (runs the reference tests)
- `test` (runs all tests, i.e., the unit tests, font tests, integration tests and reference tests)
- `xfatest` (runs all tests, i.e., the unit tests, font tests, integration tests and reference tests, but limits the reference tests to only XFA documents for faster XFA development)
- `makeref` (generates new reference images for the reference tests, for instance when a pull request changes the rendering of some PDFs)
Moreover, there is a release handler that publishes a GitHub release to NPM.
Characteristics
---------------