Skip to content

Commit 6281ebf

Browse files
authored
add test-frontend back to actions (#25452)
Apparently we were not running `test-frontend` on actions, this adds it back.
1 parent bb31f36 commit 6281ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-compliance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- run: make deps-frontend
9797
- run: make lint-frontend
9898
- run: make checks-frontend
99+
- run: make test-frontend
99100
- run: make frontend
100101

101102
backend:

0 commit comments

Comments
 (0)