diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index 36cb203..9fc3daf 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -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