gravitational / docs

Source code backing goteleport.com/docs
https://goteleport.com/docs
Apache License 2.0
11 stars 13 forks source link

Run Storybook tests in the main codebase check #364

Closed ptgott closed 3 weeks ago

ptgott commented 1 year ago

Storybook checks were in the "Playwright Tests" workflow, which tends to fail and isn't required for gravitational/docs PRs to be merged.

Adding these checks to the main codebase check, which runs with every gravitational/docs push, will make it clearer when a change breaks our frontend components.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ❌ Failed (Inspect) Aug 4, 2023 3:01pm
ptgott commented 1 year ago

As a side note, I'm not sure why the "Playwright Tests" workflow doesn't block merges, despite always failing.