feat: 更新 setup-node-environment.yml,添加容器镜像矩阵和失败策略

This commit is contained in:
严浩
2024-10-12 15:13:52 +08:00
parent ae2a20ab90
commit 9f1e52135c

View File

@ -11,6 +11,12 @@ env:
jobs: jobs:
job: job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container-image: ["", "yanhao98/runner-images:pnpm"]
container:
image: ${{ matrix.container-image }}
steps: steps:
- name: before - name: before
run: | run: |