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
|
fi
|
||||||
if [[ "x${{ inputs.skipSelenium }}" == "xtrue" ]]; then
|
if [[ "x${{ inputs.skipSelenium }}" == "xtrue" ]]; then
|
||||||
echo "Disable selenium tests..."
|
echo "Disable selenium tests..."
|
||||||
sudo rm /usr/bin/geckodriver
|
rm /usr/bin/geckodriver
|
||||||
fi
|
fi
|
||||||
echo "Running tests..."
|
echo "Running tests..."
|
||||||
if [[ "x${{ inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
|
if [[ "x${{ inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue