Skip to content

chore: NO-JIRA upgrade vite to version 8 (#1136) #3226

chore: NO-JIRA upgrade vite to version 8 (#1136)

chore: NO-JIRA upgrade vite to version 8 (#1136) #3226

Workflow file for this run

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