-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The action we've been using is very flaky and asks customers to use workarounds constantly.
- Loading branch information
Dillon Nys
committed
Aug 3, 2023
1 parent
0f22b5e
commit c1765b7
Showing
23 changed files
with
26,698 additions
and
3 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.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.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.