Skip to content

Commit

Permalink
ci(ci): ignore recommended packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jul 29, 2024
1 parent eeaf622 commit 6e1da09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -q update
sudo apt-get -y install poppler-data poppler-utils
sudo apt-get -y --no-install-recommends install poppler-data poppler-utils
- name: Run tests
run: npm run jest:coverage
Expand Down

0 comments on commit 6e1da09

Please sign in to comment.