Commit 7ae2ffd 1 parent 4480c50 commit 7ae2ffd Copy full SHA for 7ae2ffd
File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Daily CI/CD
1
+ name : CI
2
2
on :
3
3
schedule :
4
4
- cron : ' 0 0 * * *'
5
+ push :
6
+ branches :
7
+ - main
8
+ pull_request :
9
+ branches :
10
+ - main
5
11
workflow_dispatch :
6
12
7
13
permissions :
66
72
uses : dorny/test-reporter@v1
67
73
if : success() || failure()
68
74
with :
69
- name : ' Unit Test'
75
+ name : ' Unit Test Report '
70
76
path : ./test-reports/**/*.xml
71
77
reporter : jest-junit
72
78
badge-title : ' unit-tests'
93
99
if : always()
94
100
with :
95
101
token : ${{ secrets.GITHUB_TOKEN }}
96
- name : Coverage
102
+ name : Unit Test Coverage Report
97
103
conclusion : ${{ steps.testcoverage.conclusion }}
98
104
output : |
99
105
{"summary":"${{ steps.testcoverage.summary }}"}
@@ -133,10 +139,7 @@ jobs:
133
139
uses : dorny/test-reporter@v1
134
140
if : success() || failure()
135
141
with :
136
- name : ' Smoke Test'
142
+ name : ' Smoke Test Report '
137
143
path : ./test-reports/**/smoke-results.xml
138
144
reporter : jest-junit
139
- badge-title : ' smoke-tests'
140
-
141
-
142
-
145
+ badge-title : ' smoke-tests'
You can’t perform that action at this time.
0 commit comments