From c17f97638585251cc581188984fd649018d55adf Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 4 Jul 2024 10:07:05 +1200 Subject: [PATCH] Add HTML sanitization test step to CircleCI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a756b3de..b4288167d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,6 +73,9 @@ jobs: - run: name: Test - Routes command: npm run test:route + - run: + name: Test - HTML sanitization + command: npm run test:safehtml - run: name: Test - Coverage command: npm run test:coverage