Update workflow names (#771)

This commit is contained in:
Leendert de Borst
2025-05-05 13:13:05 +02:00
parent 6f26649647
commit f5753f654c
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
name: .NET E2E Tests (with Sharding)
# This workflow will test if running the e2e tests works.
name: E2E Tests
on:
push:

View File

@@ -1,5 +1,5 @@
# This workflow will test if running the integration tests works.
name: .NET Integration Tests
name: Integration Tests
on:
push:

View File

@@ -1,5 +1,5 @@
# This workflow will test if running the unit tests works.
name: .NET Unit Tests
name: Unit Tests
on:
push: