aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitea/workflows/test.yml
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-12-17 11:06:23 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-12-17 11:12:39 +0900
commit65dc39956f245739c31ad43a4d2ee5bfaac4edcc (patch)
treefe8f1c271bb9cb5683b657318ae5177b2324eedb /.gitea/workflows/test.yml
parent35505c8a26893cfedd07fc8b0aae962c7b2d82d7 (diff)
workflows: set action names
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to '.gitea/workflows/test.yml')
-rw-r--r--.gitea/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml
index f74decf3..1a74d507 100644
--- a/.gitea/workflows/test.yml
+++ b/.gitea/workflows/test.yml
@@ -1,4 +1,4 @@
-name: test
+name: Tests
on:
- push
@@ -6,6 +6,7 @@ on:
jobs:
test:
+ name: Go tests
runs-on: ubuntu-latest
container:
image: node:16-bookworm-slim