Skip to content

Commit de7586b

Browse files
committed
fix(ci): fix bad workflow names
1 parent f5ac705 commit de7586b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Integration tests with Pytest
2+
name: API Gateway integration tests with Pytest
33

44
on:
55
push:

.github/workflows/pytest-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: API Gateway integration tests with Pytest
2+
name: Integration tests with Pytest
33

44
on:
55
push:

0 commit comments

Comments
 (0)