Skip to content

Commit 307959f

Browse files
authored
ci: update workflow (#11)
1 parent 9e9af59 commit 307959f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "units-test"
1+
name: "ci"
22
on:
33
pull_request:
44
push:
@@ -7,16 +7,14 @@ on:
77
- "releases/*"
88

99
jobs:
10-
# unit tests
11-
units:
10+
unit-tests:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v2
1514
- run: npm ci
1615
- run: npm test
1716

18-
# test action works running from the graph
19-
test:
17+
e2e:
2018
runs-on: ubuntu-latest
2119
steps:
2220
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Developed with 💙 by [Very Good Ventures](https://verygood.ventures) 🦄
66

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)
88
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
99

1010
A Github Action which helps enforce a minimum code coverage threshold.

0 commit comments

Comments
 (0)