diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 38a89fb..0a6fa5f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" apt-get update - apt install docker-ce docker-ce-cli containerd.io + apt install -y docker-ce docker-ce-cli containerd.io npm config set registry https://registry.npmmirror.com - name: 拉取代码 uses: https://${{ env.DOMAIN }}/actions/checkout@v4