File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- ' **'
6
6
- ' !mochajs.org'
7
+ paths-ignore : ['*.md', 'docs/**']
7
8
tags-ignore :
8
9
- ' **'
9
10
pull_request :
10
- types :
11
- - opened
12
- - synchronize
13
- - reopened
11
+ types : [opened, synchronize, reopened]
12
+ paths-ignore : ['*.md', 'docs/**']
14
13
15
14
jobs :
16
15
prevent-double-run :
20
19
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
21
20
steps :
22
21
- run : ' echo run Tests'
22
+
23
23
smoke :
24
24
name : ' Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]'
25
25
needs : prevent-double-run
@@ -118,6 +118,7 @@ jobs:
118
118
uses : coverallsapp/github-action@master
119
119
with :
120
120
github-token : ' ${{ secrets.GITHUB_TOKEN }}'
121
+
121
122
test-browser :
122
123
# TODO: configure to retain build artifacts in `.karma/` dir
123
124
name : ' Browser Tests'
You can’t perform that action at this time.
0 commit comments