Skip to content

Commit

Permalink
Update create-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Feb 9, 2025
1 parent dd43ea4 commit 249614c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
DRIVER_MAJOR=$(chromedriver --version | cut -d ' ' -f 2 | cut -d '.' -f 1)
if [[ "$CHROME_MAJOR" != "$DRIVER_MAJOR" ]]; then
echo "Mismatch between Chrome and Chromedriver versions!"
exit 1
fi
- name: Run Website Tests
Expand Down

0 comments on commit 249614c

Please sign in to comment.