mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
移除不必要的容器矩阵配置,简化工作流
This commit is contained in:
@ -56,9 +56,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
container:
|
|
||||||
- 'yanhao98/runner-images:pnpm'
|
|
||||||
- '' # gitea/runner-images:ubuntu-latest
|
|
||||||
npmrc_content:
|
npmrc_content:
|
||||||
- ''
|
- ''
|
||||||
- |
|
- |
|
||||||
@ -69,13 +66,11 @@ jobs:
|
|||||||
cwd:
|
cwd:
|
||||||
- ''
|
- ''
|
||||||
- 'test'
|
- 'test'
|
||||||
container: ${{ matrix.container }}
|
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@main
|
# - uses: actions/checkout@main
|
||||||
- name: 打印 matrix
|
- name: 打印 matrix
|
||||||
run: |
|
run: |
|
||||||
echo "🤖---- 打印 matrix ----🤖"
|
echo "🤖---- 打印 matrix ----🤖"
|
||||||
echo "container: ${{ matrix.container }}"
|
|
||||||
echo "npmrc_content: ${{ matrix.npmrc_content }}"
|
echo "npmrc_content: ${{ matrix.npmrc_content }}"
|
||||||
echo "lock_file: ${{ matrix.lock_file }}"
|
echo "lock_file: ${{ matrix.lock_file }}"
|
||||||
echo "cwd: ${{ matrix.cwd }}"
|
echo "cwd: ${{ matrix.cwd }}"
|
||||||
|
Reference in New Issue
Block a user