diff options
author | silverwind <me@silverwind.io> | 2023-06-22 23:37:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 23:37:50 +0200 |
commit | 6281ebfec390f66dffee06760b64bf879a66820f (patch) | |
tree | 90e5c6adf9592ec1b69494cf58b65caf65c7b0c1 /.github | |
parent | bb31f364156e45a72055316852bd54795f13e855 (diff) | |
download | gitea-6281ebfec390f66dffee06760b64bf879a66820f.tar.gz gitea-6281ebfec390f66dffee06760b64bf879a66820f.zip |
add `test-frontend` back to actions (#25452)
Apparently we were not running `test-frontend` on actions, this adds it
back.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-compliance.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull-compliance.yml b/.github/workflows/pull-compliance.yml index 5e094f02c1..0ec6ec84bc 100644 --- a/.github/workflows/pull-compliance.yml +++ b/.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: |