.github: always try to jumpstart node_modules

This commit is contained in:
Jelle van der Waa 2022-07-20 12:20:29 +02:00 committed by Martin Pitt
parent 33639ff701
commit b0a21b0370
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
run: | run: |
containers/unit-tests/start \ containers/unit-tests/start \
--verbose --no-jumpstart \ --verbose \
${{ matrix.startarg.network }} \ ${{ matrix.startarg.network }} \
--env=CC='${{ matrix.startarg.cc }}' \ --env=CC='${{ matrix.startarg.cc }}' \
--image-tag='${{ matrix.startarg.tag }}' \ --image-tag='${{ matrix.startarg.tag }}' \