From 79d22d13eb4d931bf704c84e2dcc4e1d61023ea0 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 6 Jan 2026 01:48:40 +0100 Subject: [PATCH] try to make the armv7 test ore reproducibe --- .github/workflows/auto-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index e86d7dd00..a46bd8afc 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -86,8 +86,8 @@ jobs: docker run --rm --platform linux/arm/v7 \ -v $PWD:/workspace \ -w /workspace \ - arm32v7/node:${{ matrix.node }}-slim \ - bash -c "npm install --production" + arm32v7/node:${{ matrix.node }} \ + bash -c "npm clean-install --production" check-linters: runs-on: ubuntu-latest