try to make the armv7 test ore reproducibe
This commit is contained in:
parent
55aecb7e54
commit
79d22d13eb
4
.github/workflows/auto-test.yml
vendored
4
.github/workflows/auto-test.yml
vendored
@ -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…
Reference in New Issue
Block a user