Skip to content

Commit

Permalink
ci: Add setup-chromedriver action
Browse files Browse the repository at this point in the history
The action we've been using is very flaky and asks customers to use workarounds constantly.
  • Loading branch information
Dillon Nys committed Aug 9, 2023
1 parent 73c8ec0 commit 346b477
Show file tree
Hide file tree
Showing 23 changed files with 26,698 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/composite_actions/launch_ios_simulator/dist/main.cjs.deps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/composite_actions/setup_chromedriver/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Set up ChromeDriver
description: Installs ChromeDriver for the current Chrome version and platform
runs:
using: "node16"
main: "dist/index.mjs"
Loading

0 comments on commit 346b477

Please sign in to comment.