We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d93a8c commit c332033Copy full SHA for c332033
.github/workflows/release.yml
@@ -15,6 +15,7 @@ defaults:
15
jobs:
16
publish-package:
17
runs-on: ubuntu-latest
18
+ name: To Artifactory
19
20
steps:
21
- name: Checkout code
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Run Tests
+name: Testing
2
3
on:
4
push:
@@ -16,6 +16,7 @@ defaults:
app-testing:
+ name: Run Tests
22
0 commit comments