mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 更新 setup-node-environment.yml,添加容器镜像矩阵和失败策略
This commit is contained in:
6
.github/workflows/setup-node-environment.yml
vendored
6
.github/workflows/setup-node-environment.yml
vendored
@ -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: |
|
||||||
|
Reference in New Issue
Block a user