Skip to content

Commit

Permalink
ci(ci): error on new jest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 13, 2023
1 parent 2e25274 commit c4c55ed
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
- name: Run License Checker
run: npm run lint:licenses

- name: Compile TypeScript Definition File
run: npm run build

commit-lint:
name: Lint Commit Messages
if: >
Expand Down Expand Up @@ -112,23 +109,11 @@ jobs:
- name: Install
run: npm i --ignore-scripts

- name: Install macOS dependencies
if: matrix.os == 'macos-latest'
env:
HOMEBREW_NO_ANALYTICS: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_AUTO_UPDATE: 1
run: brew install poppler

- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get -y install poppler-data poppler-utils

- name: Run tests
run: npm run jest:coverage
run: npm run jest:coverage -- --ci

- name: Coveralls parallel
if: github.repository == 'Fdawgs/node-poppler'
if: github.repository == 'Fdawgs/fastify-disablecache'
uses: coverallsapp/github-action@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -140,7 +125,7 @@ jobs:
needs: unit-tests
if: >
github.event.pull_request.draft == false &&
github.repository == 'Fdawgs/node-poppler'
github.repository == 'Fdawgs/fastify-disablecache'
runs-on: ubuntu-latest
steps:
- name: Coveralls finished
Expand Down

0 comments on commit c4c55ed

Please sign in to comment.