diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 011ccf2..0e98047 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: if [ -f ./test.sh ]; then echo "Running tests" - sudo bash ./test.sh + bash ./test.sh else echo "Test file not found. Skipping tests." fi