Skip to content

Commit

Permalink
fix: don't lint for sequelize vnext
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jul 5, 2020
1 parent 510c901 commit cef8e80
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install sequelize@${{ matrix.sequelize-version }}
if: matrix.sequelize-version != null
- name: run ci
run: |
npm install
npm run lint
npm run test -- --coverage
env:
CI: true
- run: npm install
- run: npm run lint
if: matrix.sequelize-version == null
- run: npm run test -- --coverage
- name: Coverage
uses: codecov/codecov-action@v1
if: matrix.node-version == '12.x' && matrix.sequelize-version == null

0 comments on commit cef8e80

Please sign in to comment.