chore: prefix all Actions related integration tests with TestActions (#9035)

So they can conveniently be run all together with:

`make 'test-sqlite#TestActions'`

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9035
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-08-27 08:32:47 +02:00 committed by Earl Warren
commit 014bf73db8
12 changed files with 21 additions and 21 deletions

View file

@ -20,7 +20,7 @@ import (
"github.com/stretchr/testify/require"
)
func Test_CmdForgejo_Actions(t *testing.T) {
func TestActions_CmdForgejo_Actions(t *testing.T) {
onGiteaRun(t, func(*testing.T, *url.URL) {
token, err := runMainApp("forgejo-cli", "actions", "generate-runner-token")
require.NoError(t, err)