-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Subject
Guides > Continuous Integration > Introduction > Workshop
Description
The (CI) Workshop referred to in the CI Introduction is outdated. It uses the following text:
Workshop
Cypress team has created a full workshop showing how to run Cypress on popular
CI providers. Find the workshop at
github.com/cypress-io/cypress-workshop-ci.
Following the instructions results in multiple deprecation warnings.
Suggestion
- Remove the section Workshop from the documentation Continuous Integration > Introduction page
- Archive the repository cypress-io/cypress-workshop-ci in line with the repository cypress-io/testing-workshop-cypress which it uses and which is already archived.
The alternative would be a rework and update of both repositories cypress-io/cypress-workshop-ci and cypress-io/testing-workshop-cypress. The examples in cypress-workshop-ci > slides/github-action/README.md for instance may stop working due to old versions of JavaScript actions, including cypress-io/github-action@v2
, being used and changes that GitHub is implementing (see github-action > Changelog).
Note: this workshop is also referred to in cypress-example-kitchensink > README > Cypress on CI Workshop. If it is decided to archive the workshop instead of updating it, then the reference in the kitchensink
repo to the workshop should also be removed.