Merge pull request #1585 from 1nonlypiece/validate/1472-iban-validation #629
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.' |