Skip to content

Commit 0e392af

Browse files
authored
ci: remove sudo from tests workflow
1 parent e530e0a commit 0e392af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fi
5555
if [[ "x${{ inputs.skipSelenium }}" == "xtrue" ]]; then
5656
echo "Disable selenium tests..."
57-
sudo rm /usr/bin/geckodriver
57+
rm /usr/bin/geckodriver
5858
fi
5959
echo "Running tests..."
6060
if [[ "x${{ inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then

0 commit comments

Comments
 (0)