From 6281ebfec390f66dffee06760b64bf879a66820f Mon Sep 17 00:00:00 2001
From: silverwind <me@silverwind.io>
Date: Thu, 22 Jun 2023 23:37:50 +0200
Subject: [PATCH] add `test-frontend` back to actions (#25452)

Apparently we were not running `test-frontend` on actions, this adds it
back.
---
 .github/workflows/pull-compliance.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pull-compliance.yml b/.github/workflows/pull-compliance.yml
index 5e094f02c1..0ec6ec84bc 100644
--- a/.github/workflows/pull-compliance.yml
+++ b/.github/workflows/pull-compliance.yml
@@ -96,6 +96,7 @@ jobs:
       - run: make deps-frontend
       - run: make lint-frontend
       - run: make checks-frontend
+      - run: make test-frontend
       - run: make frontend
 
   backend: