Skip to content

Commit 75f1cd2

Browse files
committed
test(ci): add comment about Alpine fix in workflow
Document that parallel test execution now works on Alpine after the proper fix (commit 0691ae5) removed database_ref_ from StatementSync.
1 parent a9f81c6 commit 75f1cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ jobs:
226226
name: test-extension-linux-${{ matrix.arch }}-musl
227227
path: ./test/fixtures/test-extension
228228
continue-on-error: true
229+
# Parallel test execution works on Alpine now that database_ref_ is removed
230+
# from StatementSync (commit 0691ae5). No need for --runInBand workaround.
229231
- run: |
230232
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform ${{ matrix.platform }} node:${{ matrix.node-version }}-alpine -c "\
231233
apk add build-base git python3 py3-setuptools --update-cache && \

0 commit comments

Comments
 (0)