This is an automated email from the ASF dual-hosted git repository.
LiteSun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new f5ed1a9ba ci: run unit tests in the lint workflow (#3444)
f5ed1a9ba is described below
commit f5ed1a9ba1e2c28e52cfad94c5c36e7332c70cca
Author: Yuhan <[email protected]>
AuthorDate: Tue Jul 28 14:34:09 2026 +0800
ci: run unit tests in the lint workflow (#3444)
---
.github/workflows/lint.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 16353918b..3cfd9c82e 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -45,3 +45,6 @@ jobs:
- name: Run Type Check
run: pnpm exec tsc -b
+
+ - name: Run unit tests
+ run: pnpm test