Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jan 3, 2021
1 parent 304bc77 commit c5453a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -20,15 +20,14 @@ jobs:
- name: npm install, build, lint and test
run: |
npm ci
npm run build
npm run lint --if-present
npm run build
npm run test --if-present
npm run e2e --if-present
env:
CI: true
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/ng-cache/lcov.info
flags: unit
# fail_ci_if_error: true #optional (default = false)
env:
CI: true

0 comments on commit c5453a8

Please sign in to comment.