Skip to content

multi dist repo #1

multi dist repo #1 #7

Workflow file for this run

name: test all
# 这里通过手动触发器触发,也可以自定义其他触发方式
on:
workflow_call:
workflow_dispatch:
push:
branches:
- main
# 通过设置needs: [],每个作业都不依赖于其他作业,因此它们可以并行运行。
jobs:
test:
uses: ./.github/workflows/test.yml

Check failure on line 14 in .github/workflows/test-all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-all.yml" -> "./.github/workflows/test.yml" (source branch with sha:e18f7b5263dd6800cf6c6b22152408f675d80243) : invalid value workflow reference: no version specified
secrets: inherit
needs: []
test2:
uses: ./.github/workflows/test2.yml
secrets: inherit
needs: []
test3:
uses: ./.github/workflows/test3.yml
secrets: inherit
needs: []
test4:
uses: ./.github/workflows/test4.yml
secrets: inherit
needs: []
test5:
uses: ./.github/workflows/test5.yml
secrets: inherit
needs: []
test6:
uses: ./.github/workflows/test6.yml
secrets: inherit
needs: []