Skip to content

Commit 24fc613

Browse files
committed
multi dist repo #1
1 parent c9fc8a6 commit 24fc613

File tree

36 files changed

+96
-521
lines changed

36 files changed

+96
-521
lines changed

.github/workflows/test-all.yml

+41-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,44 @@ jobs:
5656
with:
5757
name: "test6"
5858
repo_name: "prototype-test/dist-repo-use-branch_test6"
59-
upstream_dist_path: "test6"
59+
upstream_dist_path: "test6"
60+
test7:
61+
uses: ./.github/workflows/validation-proxy.yml
62+
needs: []
63+
secrets: inherit
64+
with:
65+
name: "test7"
66+
repo_name: "prototype-test/dist-repo-use-branch_test7"
67+
upstream_dist_path: "test7"
68+
test8:
69+
uses: ./.github/workflows/validation-proxy.yml
70+
needs: []
71+
secrets: inherit
72+
with:
73+
name: "test8"
74+
repo_name: "prototype-test/dist-repo-use-branch_test8"
75+
upstream_dist_path: "test8"
76+
test9:
77+
uses: ./.github/workflows/validation-proxy.yml
78+
needs: []
79+
secrets: inherit
80+
with:
81+
name: "test9"
82+
repo_name: "prototype-test/dist-repo-use-branch_test9"
83+
upstream_dist_path: "test9"
84+
test10:
85+
uses: ./.github/workflows/validation-proxy.yml
86+
needs: []
87+
secrets: inherit
88+
with:
89+
name: "test10"
90+
repo_name: "prototype-test/dist-repo-use-branch_test10"
91+
upstream_dist_path: "test10"
92+
test11:
93+
uses: ./.github/workflows/validation-proxy.yml
94+
needs: []
95+
secrets: inherit
96+
with:
97+
name: "test11"
98+
repo_name: "prototype-test/dist-repo-use-branch_test11"
99+
upstream_dist_path: "test11"
File renamed without changes.

test/ci/.github/workflows/test.yml

-104
This file was deleted.

test/src/.gitignore

Whitespace-only changes.

test10/.github/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello test10

test10/src/.gitignore

Whitespace-only changes.

test11/.github/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello test11

test11/src/.gitignore

Whitespace-only changes.
File renamed without changes.

test2/ci/.github/workflows/test.yml

-104
This file was deleted.

test2/src/.gitignore

Whitespace-only changes.
File renamed without changes.

test3/ci/.github/workflows/test.yml

-104
This file was deleted.

test3/src/.gitignore

Whitespace-only changes.
File renamed without changes.

test4/.github/workflows/release.yml

+10
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

0 commit comments

Comments
 (0)