Update .gitea/workflows/build_and_test.yml

This commit is contained in:
2026-02-11 20:57:25 +01:00
Unverified
parent e5342ec1c8
commit c3c79c9973

View File

@@ -1,4 +1,4 @@
name: Build app
name: Build and test app
on:
push:
@@ -14,8 +14,8 @@ on:
- "TimetableDesigner**"
jobs:
analyze:
name: Build app
build_and_test:
name: Build and test app
steps:
- name: Checkout
uses: actions/checkout@v6