mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-27 11:03:16 -04:00
Update workflow names (#771)
This commit is contained in:
3
.github/workflows/dotnet-e2e-tests.yml
vendored
3
.github/workflows/dotnet-e2e-tests.yml
vendored
@@ -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:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# This workflow will test if running the integration tests works.
|
||||
name: .NET Integration Tests
|
||||
name: Integration Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/dotnet-unit-tests.yml
vendored
2
.github/workflows/dotnet-unit-tests.yml
vendored
@@ -1,5 +1,5 @@
|
||||
# This workflow will test if running the unit tests works.
|
||||
name: .NET Unit Tests
|
||||
name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user