add test-frontend back to actions (#25452)

Apparently we were not running `test-frontend` on actions, this adds it
back.
This commit is contained in:
silverwind 2023-06-22 23:37:50 +02:00 committed by GitHub
parent bb31f36415
commit 6281ebfec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: