7c791dd519
* shard unit tests * temp enable for all pushes * fix test workflow * update to latest vitest and only add to root package.json * additionally use default reporter * gather reports before uploading * split up slow replication tests * split up unit tests workflow * move workflows to parent dir * use new paths in parent workflow * prevent artifact clashes * we always need to create the reports dir * speed up merge reports * gather reports even when tests fail * fix artifact patterns * increase shards * disable push trigger again * improve dequeue snapshot test reliability
19 lines
341 B
YAML
19 lines
341 B
YAML
name: "🧪 Unit Tests"
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
webapp:
|
|
uses: ./.github/workflows/unit-tests-webapp.yml
|
|
secrets: inherit
|
|
packages:
|
|
uses: ./.github/workflows/unit-tests-packages.yml
|
|
secrets: inherit
|
|
internal:
|
|
uses: ./.github/workflows/unit-tests-internal.yml
|
|
secrets: inherit
|