ci: remove sudo from tests workflow
This commit is contained in:
parent
e530e0af6a
commit
0e392af870
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue