add `test-frontend` back to actions (#25452)

Apparently we were not running `test-frontend` on actions, this adds it
back.
pull/25453/head^2
silverwind 1 year ago committed by GitHub
parent bb31f36415
commit 6281ebfec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .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:

Loading…
Cancel
Save