Skip to content

Commit

Permalink
ci: remove sudo from tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Oct 29, 2024
1 parent e530e0a commit 0e392af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e392af

Please sign in to comment.