diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2587e8ee..2e61de57 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,14 +18,15 @@ jobs: uses: actions/cache@v1 with: # npm cache files are stored in `~/.npm` on Linux/macOS - path: ~/.npm + path: ~/.npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.lock') }} restore-keys: | ${{ runner.OS }}-node- ${{ runner.OS }}- - run: npm ci + - run: npm run build - run: npm run lint - - run: npm run test + - run: npm test - name: Coverage uses: coverallsapp/github-action@master with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4023c449..fd1b548e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [7.0.0](https://github.com/mentos1386/nest-raven/compare/v6.0.0-alpha.2...v7.0.0) (2020-08-23) +# [7.0.0](https://github.com/mentos1386/nest-raven/compare/v6.0.0-alpha.2...v7.0.0) (2020-08-24) ### Bug Fixes diff --git a/lib/raven.interceptor.ts b/lib/raven.interceptor.ts index ffbd73d2..6dcb3311 100644 --- a/lib/raven.interceptor.ts +++ b/lib/raven.interceptor.ts @@ -3,7 +3,6 @@ import { Injectable, NestInterceptor, CallHandler, - Inject, } from '@nestjs/common'; import { IRavenInterceptorOptions,