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:
2025-02-02 19:03:32 +01:00
parent 8834e8d7b8
commit d1bc3d6ae8

View File

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