Skip to content

Commit dc1ac06

Browse files
authored
chore(ci): Rename the github integration CI tasks (#584)
1 parent 93d1f48 commit dc1ac06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: Continuous Integration
2-
31
on: pull_request
42

53
jobs:
6-
unit-tests:
4+
continuous-integration:
5+
name: Continuous Integration
76
runs-on: ubuntu-latest
87
steps:
98
- uses: actions/checkout@v2

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**/*.spec.js
22
**/*.spec.js.flow
33

4+
.github/
45
!dist/
56
src/
67
tests/

0 commit comments

Comments
 (0)