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 7122582 commit 31f82b3
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 @@ -128,7 +128,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -q update
sudo apt-get -y install unrtf
sudo apt-get -y --no-install-recommends install unrtf
- name: Run tests
run: npm run jest:coverage
Expand Down

0 comments on commit 31f82b3

Please sign in to comment.