feat(dialtone-vue): DLT-3225 migrate component size props to numeric ordinal scale #3204
Workflow file for this run
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: Unit Tests | |
| on: | |
| pull_request: | |
| paths: | |
| - 'packages/dialtone-vue/**' | |
| push: | |
| branches: | |
| - staging | |
| paths: | |
| - 'packages/dialtone-vue/**' | |
| env: | |
| HUSKY: 0 | |
| concurrency: | |
| group: "${{ github.workflow }}-${{ github.ref }}" | |
| cancel-in-progress: true | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| packages: read | |
| steps: | |
| - name: Check out branch | |
| uses: actions/checkout@v4 | |
| - name: Setup Environment | |
| uses: ./.github/actions/setup-environment | |
| - name: Run dialtone-vue tests with coverage | |
| run: pnpm nx run dialtone-vue:test:coverage |