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: on:
push: push:
@@ -14,8 +14,8 @@ on:
- "TimetableDesigner**" - "TimetableDesigner**"
jobs: jobs:
analyze: build_and_test:
name: Build app name: Build and test app
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6