FFS-2351: Change calculation of account_count to be correct in filed events #54
Workflow file for this run
This file contains 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: Vitest Javascript Unit Tests | |
on: | |
pull_request: | |
paths: ['app/**'] | |
jobs: | |
vitest: | |
name: Vitest | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Ruby & Javascript | |
uses: ./.github/actions/setup-languages | |
- name: Run Vitest | |
working-directory: app | |
run: npm run test |