File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - ' **'
66 - ' !mochajs.org'
7+ paths-ignore : ['*.md', 'docs/**']
78 tags-ignore :
89 - ' **'
910 pull_request :
10- types :
11- - opened
12- - synchronize
13- - reopened
11+ types : [opened, synchronize, reopened]
12+ paths-ignore : ['*.md', 'docs/**']
1413
1514jobs :
1615 prevent-double-run :
2019 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2120 steps :
2221 - run : ' echo run Tests'
22+
2323 smoke :
2424 name : ' Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]'
2525 needs : prevent-double-run
@@ -118,6 +118,7 @@ jobs:
118118 uses : coverallsapp/github-action@master
119119 with :
120120 github-token : ' ${{ secrets.GITHUB_TOKEN }}'
121+
121122 test-browser :
122123 # TODO: configure to retain build artifacts in `.karma/` dir
123124 name : ' Browser Tests'
You can’t perform that action at this time.
0 commit comments