From f18f352eb3732875c79db3f348fd53dae2ae4345 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 30 May 2024 15:08:35 +0200 Subject: [PATCH] Updated Bots (markdown) --- Bots.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bots.md b/Bots.md index d0d40d0..077a16a 100644 --- a/Bots.md +++ b/Bots.md @@ -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 ---------------