Skip to content

Commit e57f76a

Browse files
authored
. e added manual test
1 parent 07d3e1e commit e57f76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build:
@@ -28,4 +28,4 @@ jobs:
2828
if: always()
2929
with:
3030
report_paths: '**/test-reports/*.xml'
31-
detailed_summary: true
31+
detailed_summary: true

0 commit comments

Comments
 (0)