Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 34d7b7d

Browse files
authored
Revert "Update browser-actions/setup-chrome digest to 5dc4fd3 (#11136)" (#11138)
1 parent d077aff commit 34d7b7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cypress.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ jobs:
121121
# Run 4 instances in Parallel
122122
runner: [1, 2, 3, 4]
123123
steps:
124-
- id: setup-chrome
125-
uses: browser-actions/setup-chrome@5dc4fd3717eb0f85b3fbb93b55dec817748477db
126-
- run: echo "BROWSER_PATH=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
124+
- uses: browser-actions/setup-chrome@c485fa3bab6be59dce18dbc18ef6ab7cbc8ff5f1
125+
- run: echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
127126

128127
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
129128
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:

0 commit comments

Comments
 (0)