gdgpescara / hedwig

Other
20 stars 12 forks source link

INFRA24 - Fix axe workflow #209

Closed gregoriopalama closed 2 months ago

gregoriopalama commented 2 months ago

Axe workflow pulls Chrome latest version and uses it. This is broken, because ChromeDriver takes some days to release the latest matching version, and the version mismatch causes the axe workflow to fail. We should pull both Chrome and ChromeDriver latest versions, choose the lesser one and then use it.