We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd851b2 commit a11e839Copy full SHA for a11e839
.github/workflows/ts_tests.yml
@@ -93,10 +93,6 @@ jobs:
93
defaults:
94
run:
95
working-directory: ${{ matrix.package_dir }}
96
- env:
97
- ELECTRIC_DATABASE_ID: ci_test_tenant
98
- MIX_ENV: dev
99
- MIX_OS_DEPS_COMPILE_PARTITION_COUNT: 4
100
services:
101
postgres:
102
image: 'ghcr.io/${{ github.repository }}/postgres:17-alpine-logical'
@@ -140,7 +136,7 @@ jobs:
140
136
run: pnpm -r --filter "$(jq '.name' -r package.json)^..." build
141
137
142
138
- name: Run tests
143
- run: pnpm coverage
139
+ run: pnpm run coverage --run
144
145
- name: Upload coverage reports to CodeCov
146
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
0 commit comments