chore(ci): add non-interactive flag --yes
Some checks failed
Run unit tests / test (push) Failing after 3m54s
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-02-02 19:03:32 +01:00
parent 8834e8d7b8
commit d1bc3d6ae8
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -21,7 +21,7 @@ jobs:
run: | run: |
apt-get update --yes apt-get update --yes
apt-get upgrade --yes apt-get upgrade --yes
apt-get install git npm apt-get install --yes git npm
- env: - env:
GOPROXY: ${{ vars.GOPROXY }} GOPROXY: ${{ vars.GOPROXY }}
GONOSUMDB: ${{ vars.GONOSUMDB }} GONOSUMDB: ${{ vars.GONOSUMDB }}