Merge pull request #1598 from greatest0fallt1me/feat/1474-profile-for… #618
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Storybook Tests | |
| 'on': | |
| push: | |
| branches: | |
| - main | |
| - dev | |
| pull_request: | |
| branches: | |
| - main | |
| - dev | |
| jobs: | |
| storybook-tests: | |
| name: Storybook tests | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Storybook tests (paused \u2014 CI stabilization in progress)" | |
| run: echo 'Storybook tests check intentionally stubbed while main-branch CI is being stabilized.' |