File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- name : " units-test "
1
+ name : " ci "
2
2
on :
3
3
pull_request :
4
4
push :
7
7
- " releases/*"
8
8
9
9
jobs :
10
- # unit tests
11
- units :
10
+ unit-tests :
12
11
runs-on : ubuntu-latest
13
12
steps :
14
13
- uses : actions/checkout@v2
15
14
- run : npm ci
16
15
- run : npm test
17
16
18
- # test action works running from the graph
19
- test :
17
+ e2e :
20
18
runs-on : ubuntu-latest
21
19
steps :
22
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 4
4
5
5
Developed with 💙 by [ Very Good Ventures] ( https://verygood.ventures ) 🦄
6
6
7
- [ ![ units-test ] ( https://github.com/VGVentures/very-good-coverage/workflows/units-test /badge.svg )] ( https://github.com/VGVentures/very_good_analysis/actions )
7
+ [ ![ ci ] ( https://github.com/VGVentures/very-good-coverage/workflows/ci /badge.svg )] ( https://github.com/VGVentures/very_good_analysis/actions )
8
8
[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
9
9
10
10
A Github Action which helps enforce a minimum code coverage threshold.
You can’t perform that action at this time.
0 commit comments