Skip to content

Commit 61612c6

Browse files
committed
multi dist repo #1
1 parent 6543c50 commit 61612c6

File tree

28 files changed

+174
-3
lines changed

28 files changed

+174
-3
lines changed

.github/workflows/test-all.yml

Lines changed: 75 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99
- main
1010

1111
jobs:
12-
test:
12+
test1:
1313
uses: ./.github/workflows/validation-proxy.yml
1414
needs: []
1515
secrets: inherit
1616
with:
1717
name: "test1"
18-
repo_name: "prototype-test/dist-repo-use-branch_test"
18+
repo_name: "prototype-test/dist-repo-use-branch_test1"
1919
upstream_dist_path: "test/test1"
2020
test2:
2121
uses: ./.github/workflows/validation-proxy.yml
@@ -96,4 +96,76 @@ jobs:
9696
with:
9797
name: "test11"
9898
repo_name: "prototype-test/dist-repo-use-branch_test11"
99-
upstream_dist_path: "test/test11"
99+
upstream_dist_path: "test/test11"
100+
test12:
101+
uses: ./.github/workflows/validation-proxy.yml
102+
needs: []
103+
secrets: inherit
104+
with:
105+
name: "test12"
106+
repo_name: "prototype-test/dist-repo-use-branch_test12"
107+
upstream_dist_path: "test/test12"
108+
test13:
109+
uses: ./.github/workflows/validation-proxy.yml
110+
needs: []
111+
secrets: inherit
112+
with:
113+
name: "test13"
114+
repo_name: "prototype-test/dist-repo-use-branch_test13"
115+
upstream_dist_path: "test/test13"
116+
test14:
117+
uses: ./.github/workflows/validation-proxy.yml
118+
needs: []
119+
secrets: inherit
120+
with:
121+
name: "test14"
122+
repo_name: "prototype-test/dist-repo-use-branch_test14"
123+
upstream_dist_path: "test/test14"
124+
test15:
125+
uses: ./.github/workflows/validation-proxy.yml
126+
needs: []
127+
secrets: inherit
128+
with:
129+
name: "test15"
130+
repo_name: "prototype-test/dist-repo-use-branch_test15"
131+
upstream_dist_path: "test/test15"
132+
test16:
133+
uses: ./.github/workflows/validation-proxy.yml
134+
needs: []
135+
secrets: inherit
136+
with:
137+
name: "test16"
138+
repo_name: "prototype-test/dist-repo-use-branch_test16"
139+
upstream_dist_path: "test/test16"
140+
test17:
141+
uses: ./.github/workflows/validation-proxy.yml
142+
needs: []
143+
secrets: inherit
144+
with:
145+
name: "test17"
146+
repo_name: "prototype-test/dist-repo-use-branch_test17"
147+
upstream_dist_path: "test/test17"
148+
test18:
149+
uses: ./.github/workflows/validation-proxy.yml
150+
needs: []
151+
secrets: inherit
152+
with:
153+
name: "test18"
154+
repo_name: "prototype-test/dist-repo-use-branch_test18"
155+
upstream_dist_path: "test/test18"
156+
test19:
157+
uses: ./.github/workflows/validation-proxy.yml
158+
needs: []
159+
secrets: inherit
160+
with:
161+
name: "test19"
162+
repo_name: "prototype-test/dist-repo-use-branch_test19"
163+
upstream_dist_path: "test/test19"
164+
test20:
165+
uses: ./.github/workflows/validation-proxy.yml
166+
needs: []
167+
secrets: inherit
168+
with:
169+
name: "test20"
170+
repo_name: "prototype-test/dist-repo-use-branch_test20"
171+
upstream_dist_path: "test/test20"

test/test12/.github/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello test12
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4

test/test12/src/.gitignore

Whitespace-only changes.

test/test13/.github/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello test13
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4

test/test13/src/.gitignore

Whitespace-only changes.

test/test14/.github/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello test14
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4

test/test14/src/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)