Skip to content

Commit

Permalink
Update test.yml to remove unnecessary use of sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomt committed Mar 3, 2024
1 parent f51a3c8 commit f81bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm install
- run: npm run lint
- run: |
sudo ulimit -c unlimited
ulimit -c unlimited
sudo npm test
sudo chmod -R +rw /var/crash
continue-on-error: true
Expand Down

0 comments on commit f81bde5

Please sign in to comment.