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

Commit

Permalink
Revert "Update browser-actions/setup-chrome digest to 5dc4fd3 (#11136)…
Browse files Browse the repository at this point in the history
…" (#11138)
  • Loading branch information
t3chguy authored Jun 26, 2023
1 parent d077aff commit 34d7b7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ jobs:
# Run 4 instances in Parallel
runner: [1, 2, 3, 4]
steps:
- id: setup-chrome
uses: browser-actions/setup-chrome@5dc4fd3717eb0f85b3fbb93b55dec817748477db
- run: echo "BROWSER_PATH=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
- uses: browser-actions/setup-chrome@c485fa3bab6be59dce18dbc18ef6ab7cbc8ff5f1
- run: echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV

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

0 comments on commit 34d7b7d

Please sign in to comment.