We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f81c6 commit 75f1cd2Copy full SHA for 75f1cd2
.github/workflows/build.yml
@@ -226,6 +226,8 @@ jobs:
226
name: test-extension-linux-${{ matrix.arch }}-musl
227
path: ./test/fixtures/test-extension
228
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.
231
- run: |
232
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform ${{ matrix.platform }} node:${{ matrix.node-version }}-alpine -c "\
233
apk add build-base git python3 py3-setuptools --update-cache && \
0 commit comments