mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
移除不必要的容器矩阵配置,简化工作流
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user