Skip to content

Commit a5bab58

Browse files
committed
ci: Add setup-chromedriver action (#3511)
The action we've been using is very flaky and asks customers to use workarounds constantly.
1 parent 77be821 commit a5bab58

23 files changed

+26698
-3
lines changed

.github/composite_actions/launch_ios_simulator/dist/main.cjs.deps

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: Set up ChromeDriver
2+
description: Installs ChromeDriver for the current Chrome version and platform
3+
runs:
4+
using: "node16"
5+
main: "dist/index.mjs"

0 commit comments

Comments
 (0)