1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00

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: