Enable github annotations for vitest.

This commit is contained in:
Sam Rose 2024-11-20 15:53:26 +00:00
parent e50b12e79e
commit d2241b0ffa
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ jobs:
- run: yarn --frozen-lockfile
- name: Test
env:
# This enables github annotations for vitest
GITHUB_ACTIONS: true
run: |
if ${{ env.ONLY_AFFECTED_TASKS }}; then
yarn test -- --ignore=@budibase/worker --ignore=@budibase/server --ignore=@budibase/builder --no-prefix --since=${{ env.NX_BASE_BRANCH }} -- --verbose --reporters=default --reporters=github-actions