File tree 3 files changed +29
-6
lines changed
3 files changed +29
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : Build
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
10
+
11
+ jobs :
12
+ build :
13
+ runs-on : ubuntu-latest
14
+ strategy :
15
+ matrix :
16
+ node-version :
17
+ - ' 12'
18
+ - ' 14'
19
+ - ' 16'
20
+ steps :
21
+ - uses : actions/checkout@v2
22
+ - uses : actions/setup-node@v2
23
+ with :
24
+ node-version : ${{ matrix.node-version }}
25
+ - name : Install dependencies
26
+ run : npm ci
27
+ - name : Run tests
28
+ run : npm t
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
> TDD with Browserify, Mocha, Headless Chrome and WebDriver
4
4
5
- [ ![ Build Status ] ( https://travis-ci.org /mantoni/mochify.js. svg?branch=master )] ( https://travis-ci.org /mantoni/mochify.js )
5
+ [ ![ Build] ( https://github.com /mantoni/mochify.js/actions/workflows/test.yml/badge. svg )] ( https://github.com /mantoni/mochify.js/actions/workflows/test.yml )
6
6
[ ![ SemVer]] ( http://semver.org )
7
7
[ ![ License]] ( https://github.com/mantoni/mochify.js/blob/master/LICENSE )
8
8
You can’t perform that action at this time.
0 commit comments