We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e530e0a commit 0e392afCopy full SHA for 0e392af
1 file changed
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
fi
55
if [[ "x${{ inputs.skipSelenium }}" == "xtrue" ]]; then
56
echo "Disable selenium tests..."
57
- sudo rm /usr/bin/geckodriver
+ rm /usr/bin/geckodriver
58
59
echo "Running tests..."
60
if [[ "x${{ inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
0 commit comments