We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c71e4 commit a76689dCopy full SHA for a76689d
1 file changed
.github/workflows/ci.yml
@@ -188,7 +188,7 @@ jobs:
188
# developers see failures inline without opening logs.
189
- name: Test report — Unit
190
if: always()
191
- uses: dorny/test-reporter@v2
+ uses: dorny/test-reporter@v3
192
with:
193
name: Unit Tests
194
path: test-results/unit.xml
@@ -197,7 +197,7 @@ jobs:
197
198
- name: Test report — Integration
199
200
201
202
name: Integration Tests
203
path: test-results/integration.xml
@@ -206,7 +206,7 @@ jobs:
206
207
- name: Test report — Security
208
209
210
211
name: Security Tests
212
path: test-results/security.xml
0 commit comments