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 \
|
docker run --rm --platform linux/arm/v7 \
|
||||||
-v $PWD:/workspace \
|
-v $PWD:/workspace \
|
||||||
-w /workspace \
|
-w /workspace \
|
||||||
arm32v7/node:${{ matrix.node }}-slim \
|
arm32v7/node:${{ matrix.node }} \
|
||||||
bash -c "npm install --production"
|
bash -c "npm clean-install --production"
|
||||||
|
|
||||||
check-linters:
|
check-linters:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user