Skip to content

Commit a11e839

Browse files
committed
fixup! Build a Docker image for sync-service to reuse in CI workflows
1 parent fd851b2 commit a11e839

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ts_tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ jobs:
9393
defaults:
9494
run:
9595
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
10096
services:
10197
postgres:
10298
image: 'ghcr.io/${{ github.repository }}/postgres:17-alpine-logical'
@@ -140,7 +136,7 @@ jobs:
140136
run: pnpm -r --filter "$(jq '.name' -r package.json)^..." build
141137

142138
- name: Run tests
143-
run: pnpm coverage
139+
run: pnpm run coverage --run
144140

145141
- name: Upload coverage reports to CodeCov
146142
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d

0 commit comments

Comments
 (0)