Skip to content

Commit

Permalink
chore(ci): Rename the github integration CI tasks (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric authored Oct 28, 2020
1 parent 93d1f48 commit dc1ac06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Continuous Integration

on: pull_request

jobs:
unit-tests:
continuous-integration:
name: Continuous Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/*.spec.js
**/*.spec.js.flow

.github/
!dist/
src/
tests/
Expand Down

0 comments on commit dc1ac06

Please sign in to comment.