Mike McCready

Results 2194 comments of Mike McCready

@TomJMaher > Btw I am really impressed with the Cypress features in particular the videos produced of the test run. This will definitely come in use in our integrated continuous...

@trojano31 Buddy.works is listed on https://github.com/cypress-io/cypress-example-kitchensink#ci-workflow-examples as a documentation-only example. It is however not on the list on https://docs.cypress.io/guides/continuous-integration/ci-provider-examples I haven't seen it mentioned in the [Cypress Discord chats](https://on.cypress.io/discord) so...

Hi @trojano31 Thanks for outlining your role at Buddy and explaining the need! Any decisions about implementing the feature request which you submitted in this PR would need to come...

@trojano31 Congratulations on your suggestion being picked up! 🚀 Would you mind checking https://github.com/cypress-io/cypress-example-kitchensink/blob/master/buddy.yml to see if this workflow is correct and would work? It is documentation-only at this time,...

@trojano31 > this workflow uses our old YAML syntax for pipelines but we still support it and it totally works - I've checked it. I'll update it, however, to the...

@lupomontero Are you planning to release a new version now? [v1.9.0](https://github.com/lupomontero/psl/releases/tag/v1.9.0) is still the latest release.

@joelucid The problem which you describe should be solved by the new CWA 3.0 version released yesterday, Jan 18, 2023: [Version 3.0: CWA warnings now possible after positive self-test](https://www.coronawarn.app/en/blog/2023-01-18-cwa-3-0/) "Previously,...

@AndersPfyl Can you post also your GitHub Actions workflow? Note that Node.js `16` is no longer supported. It entered [end-of-life recently](https://nodejs.org/en/blog/announcements/nodejs16-eol) on Sep 11, 2023.

@AndersPfyl > We're waiting for node to have LTS on 20 before we upgrade - Do you think this be the cause of the issue? It would only be possible...

@AndersPfyl The workflow that you posted was incomplete and didn't show the runner or if you had changed Node.js from the default `18.x` version used on `ubuntu-latest-*`, for instance with...