ci: remove sudo from tests workflow

This commit is contained in:
Nicolas Giard 2024-10-29 15:32:14 -04:00 committed by GitHub
parent e530e0af6a
commit 0e392af870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ jobs:
fi
if [[ "x${{ inputs.skipSelenium }}" == "xtrue" ]]; then
echo "Disable selenium tests..."
sudo rm /usr/bin/geckodriver
rm /usr/bin/geckodriver
fi
echo "Running tests..."
if [[ "x${{ inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then