Skip to content

Example about GitHub Action parallelization will not even run #4724

@mwskwong

Description

@mwskwong

Subject

Guides

Description

According to the guide, users should create two jobs. And for the worker job, users should specify install: false because the install job is supposed to have handled the installation already.

However, the reality is, that by setting install: false, the worker job will always fail because cypress is not installed.

In fact, even the RWA doesn't have install: false set in the worker job.
https://github.com/cypress-io/cypress-realworld-app/blob/develop/.github/workflows/main.yml#L99

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions