File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,28 @@ name: WebDriver Mocking
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - ' master'
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - ' ** '
10
10
11
11
jobs :
12
12
build :
13
13
14
- runs-on : ubuntu-18.04
14
+ runs-on : ubuntu-latest
15
15
16
16
strategy :
17
17
matrix :
18
- node-version : [12 .x]
18
+ node-version : [20 .x]
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
22
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
23
22
with :
24
23
repository : codeceptjs/codeceptjs.git
25
24
path : codeceptjs
26
25
ref : ' 3.x'
27
26
- name : Use Node.js ${{ matrix.node-version }}
28
- uses : actions/setup-node@v1
27
+ uses : actions/setup-node@v3
29
28
with :
30
29
node-version : ${{ matrix.node-version }}
31
30
- run : docker run -d --net=host selenium/standalone-chrome
41
40
- run : sleep 5
42
41
- name : tests
43
42
run : " npx codeceptjs run -c test/codecept.webdriver.conf.js --grep @WebDriver --debug"
44
-
43
+
44
+
45
+
You can’t perform that action at this time.
0 commit comments