Enable github annotations for vitest.
This commit is contained in:
parent
e50b12e79e
commit
d2241b0ffa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue