You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 becausecypress
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
The text was updated successfully, but these errors were encountered: