From f81bde5af9644be23e3fda00cc81841c5d352db9 Mon Sep 17 00:00:00 2001 From: Nicolas Martinez Date: Sun, 3 Mar 2024 01:35:50 -0500 Subject: [PATCH] Update test.yml to remove unnecessary use of sudo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79db240..166d076 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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