This commit is contained in:
parent
d077aff162
commit
34d7b7d928
1 changed files with 2 additions and 3 deletions
5
.github/workflows/cypress.yaml
vendored
5
.github/workflows/cypress.yaml
vendored
|
@ -121,9 +121,8 @@ jobs:
|
||||||
# Run 4 instances in Parallel
|
# Run 4 instances in Parallel
|
||||||
runner: [1, 2, 3, 4]
|
runner: [1, 2, 3, 4]
|
||||||
steps:
|
steps:
|
||||||
- id: setup-chrome
|
- uses: browser-actions/setup-chrome@c485fa3bab6be59dce18dbc18ef6ab7cbc8ff5f1
|
||||||
uses: browser-actions/setup-chrome@5dc4fd3717eb0f85b3fbb93b55dec817748477db
|
- run: echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
|
||||||
- run: echo "BROWSER_PATH=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
# There's a 'download artifact' action, but it hasn't been updated for the workflow_run action
|
# 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:
|
# (https://github.com/actions/download-artifact/issues/60) so instead we get this mess:
|
||||||
|
|
Loading…
Reference in a new issue