Skip to content

Commit

Permalink
run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 31, 2023
1 parent b335cb4 commit e0194de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ windowsWorkflowFilters: &windows-workflow-filters

executors:
# the Docker image with Cypress dependencies and Chrome browser
cy-doc:
cy-doc: &cy-doc
docker:
- image: cypress/browsers:node-18.15.0-chrome-106.0.5249.61-1-ff-99.0.1-edge-114.0.1823.51-1
# by default, we use "medium" to balance performance + CI costs. bump or reduce on a per-job basis if needed.
Expand Down Expand Up @@ -1270,7 +1270,7 @@ jobs:
- run: echo << parameters.executor >>
- when:
condition:
equal: [ cy-doc, << parameters.executor >> ]
equal: [ *cy-doc, << parameters.executor >> ]
steps:
- run: apt-get -y update; apt-get -y install curl; apt-get install build-essential
- install-required-node
Expand Down

0 comments on commit e0194de

Please sign in to comment.