try to make the armv7 test ore reproducibe

pull/6589/head
Frank Elsinga 3 months ago committed by GitHub
parent 55aecb7e54
commit 79d22d13eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save