From 47798e1bf44e56622b24cfc155398229b633ee75 Mon Sep 17 00:00:00 2001 From: Andrii Medvediev Date: Fri, 27 Sep 2024 01:20:40 +0200 Subject: [PATCH] Updated Test bindings --- .github/workflows/test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91dccf6..d92244f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -197,7 +197,14 @@ jobs: run: ls -R . shell: bash - name: Test bindings - run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test + run: | + docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim sh -c " + set -ex + corepack enable + corepack prepare yarn@4.5.0 --activate + yarn install + yarn test + " test-linux-x64-musl-binding: name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }} needs: