Skip to content

Commit c332033

Browse files
committed
Updated the names of the workflows for better readability
1 parent 0d93a8c commit c332033

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ defaults:
1515
jobs:
1616
publish-package:
1717
runs-on: ubuntu-latest
18+
name: To Artifactory
1819

1920
steps:
2021
- name: Checkout code

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests
1+
name: Testing
22

33
on:
44
push:
@@ -16,6 +16,7 @@ defaults:
1616
jobs:
1717
app-testing:
1818
runs-on: ubuntu-latest
19+
name: Run Tests
1920

2021
steps:
2122
- name: Checkout code

0 commit comments

Comments
 (0)