From 4ce6f13923e4952990bf453c66d15666e3c1efdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 11 Apr 2025 10:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=AE=B9=E5=99=A8=E7=9F=A9=E9=98=B5=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E7=AE=80=E5=8C=96=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/setup-node-environment-test.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/setup-node-environment-test.yaml b/.github/workflows/setup-node-environment-test.yaml index 82715d4..fe99eb3 100644 --- a/.github/workflows/setup-node-environment-test.yaml +++ b/.github/workflows/setup-node-environment-test.yaml @@ -56,9 +56,6 @@ jobs: strategy: fail-fast: false matrix: - container: - - 'yanhao98/runner-images:pnpm' - - '' # gitea/runner-images:ubuntu-latest npmrc_content: - '' - | @@ -69,13 +66,11 @@ jobs: cwd: - '' - 'test' - container: ${{ matrix.container }} steps: # - uses: actions/checkout@main - name: 打印 matrix run: | echo "🤖---- 打印 matrix ----🤖" - echo "container: ${{ matrix.container }}" echo "npmrc_content: ${{ matrix.npmrc_content }}" echo "lock_file: ${{ matrix.lock_file }}" echo "cwd: ${{ matrix.cwd }}"