File tree Expand file tree Collapse file tree 1 file changed +14
-17
lines changed
Expand file tree Collapse file tree 1 file changed +14
-17
lines changed Original file line number Diff line number Diff line change 22 push :
33 branches :
44 - 3.x
5- pull_request :
6- branches :
7- - ' **'
85
96jobs :
107 test :
118 runs-on : ubuntu-22.04
129 name : Check Tests
1310 steps :
14- - uses : actions/checkout@v4
15- with :
16- fetch-depth : 0
17- - uses : testomatio/check-tests@stable
18- if : github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
19- with :
20- framework : mocha
21- tests : " ./test/**/*_test.js"
22- token : ${{ secrets.GITHUB_TOKEN }}
23- has-tests-label : true
24- comment-on-empty : true
25- github-pat : ${{ secrets.GH_PAT }}
26- enable-documentation : true
27- documentation-branch : " master"
11+ - uses : actions/checkout@v4
12+ with :
13+ fetch-depth : 0
14+ - uses : testomatio/check-tests@stable
15+ if : github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
16+ with :
17+ framework : mocha
18+ tests : ' ./test/**/*_test.js'
19+ token : ${{ secrets.GITHUB_TOKEN }}
20+ has-tests-label : true
21+ comment-on-empty : true
22+ github-pat : ${{ secrets.GH_PAT }}
23+ enable-documentation : true
24+ documentation-branch : ' master'
You can’t perform that action at this time.
0 commit comments