Skip to content

Commit e972321

Browse files
committed
update remote workflow files
1 parent 327f291 commit e972321

2 files changed

Lines changed: 53 additions & 55 deletions

File tree

.github/workflows/publish.yml

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
with:
1616
path: ${{ github.event.repository.name }}
1717

18-
- name: Checkout `textures`
18+
- name: Checkout `bin-packer`
1919
uses: actions/checkout@v4.1.2
2020
with:
21-
repository: simulation-tree/textures
21+
repository: simulation-tree/bin-packer
2222
token: ${{ secrets.PAT }}
23-
path: textures
23+
path: bin-packer
2424

25-
- name: Checkout `worlds`
25+
- name: Checkout `fonts`
2626
uses: actions/checkout@v4.1.2
2727
with:
28-
repository: simulation-tree/worlds
28+
repository: simulation-tree/fonts
2929
token: ${{ secrets.PAT }}
30-
path: worlds
30+
path: fonts
3131

3232
- name: Checkout `rendering`
3333
uses: actions/checkout@v4.1.2
@@ -36,19 +36,19 @@ jobs:
3636
token: ${{ secrets.PAT }}
3737
path: rendering
3838

39-
- name: Checkout `fonts`
39+
- name: Checkout `worlds`
4040
uses: actions/checkout@v4.1.2
4141
with:
42-
repository: simulation-tree/fonts
42+
repository: simulation-tree/worlds
4343
token: ${{ secrets.PAT }}
44-
path: fonts
44+
path: worlds
4545

46-
- name: Checkout `bin-packer`
46+
- name: Checkout `textures`
4747
uses: actions/checkout@v4.1.2
4848
with:
49-
repository: simulation-tree/bin-packer
49+
repository: simulation-tree/textures
5050
token: ${{ secrets.PAT }}
51-
path: bin-packer
51+
path: textures
5252

5353
- name: Checkout `unmanaged`
5454
uses: actions/checkout@v4.1.2
@@ -64,12 +64,19 @@ jobs:
6464
token: ${{ secrets.PAT }}
6565
path: types
6666

67-
- name: Checkout `shaders`
67+
- name: Checkout `collections`
6868
uses: actions/checkout@v4.1.2
6969
with:
70-
repository: simulation-tree/shaders
70+
repository: simulation-tree/collections
7171
token: ${{ secrets.PAT }}
72-
path: shaders
72+
path: collections
73+
74+
- name: Checkout `materials`
75+
uses: actions/checkout@v4.1.2
76+
with:
77+
repository: simulation-tree/materials
78+
token: ${{ secrets.PAT }}
79+
path: materials
7380

7481
- name: Checkout `meshes`
7582
uses: actions/checkout@v4.1.2
@@ -78,33 +85,24 @@ jobs:
7885
token: ${{ secrets.PAT }}
7986
path: meshes
8087

81-
- name: Checkout `materials`
88+
- name: Checkout `shaders`
8289
uses: actions/checkout@v4.1.2
8390
with:
84-
repository: simulation-tree/materials
91+
repository: simulation-tree/shaders
8592
token: ${{ secrets.PAT }}
86-
path: materials
93+
path: shaders
8794

8895
- name: Checkout `data`
8996
uses: actions/checkout@v4.1.2
9097
with:
9198
repository: simulation-tree/data
9299
token: ${{ secrets.PAT }}
93100
path: data
94-
95-
- name: Checkout `collections`
96-
uses: actions/checkout@v4.1.2
97-
with:
98-
repository: simulation-tree/collections
99-
token: ${{ secrets.PAT }}
100-
path: collections
101101

102102
- name: Setup
103103
uses: actions/setup-dotnet@v4
104104
with:
105-
dotnet-version: |
106-
9.0.x
107-
10.0.x
105+
dotnet-version: 9.0.x
108106

109107
- name: Set VERSION variable from tag
110108
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
@@ -122,7 +120,7 @@ jobs:
122120
run: dotnet build "${{ github.event.repository.name }}/tests" -c Release /p:Version=${VERSION}
123121

124122
- name: Test
125-
run: dotnet test "${{ github.event.repository.name }}/tests" -c Release --logger "trx" --framework net10.0
123+
run: dotnet test "${{ github.event.repository.name }}/tests" -c Release --logger "trx"
126124

127125
- name: Pack `TextRendering`
128126
run: dotnet pack "${{ github.event.repository.name }}/source" /p:Version=${VERSION} --no-build --output .

.github/workflows/test.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
with:
2929
path: ${{ github.event.repository.name }}
3030

31-
- name: Checkout `textures`
31+
- name: Checkout `bin-packer`
3232
uses: actions/checkout@v4.1.2
3333
with:
34-
repository: simulation-tree/textures
34+
repository: simulation-tree/bin-packer
3535
token: ${{ secrets.PAT }}
36-
path: textures
36+
path: bin-packer
3737

38-
- name: Checkout `worlds`
38+
- name: Checkout `fonts`
3939
uses: actions/checkout@v4.1.2
4040
with:
41-
repository: simulation-tree/worlds
41+
repository: simulation-tree/fonts
4242
token: ${{ secrets.PAT }}
43-
path: worlds
43+
path: fonts
4444

4545
- name: Checkout `rendering`
4646
uses: actions/checkout@v4.1.2
@@ -49,19 +49,19 @@ jobs:
4949
token: ${{ secrets.PAT }}
5050
path: rendering
5151

52-
- name: Checkout `fonts`
52+
- name: Checkout `worlds`
5353
uses: actions/checkout@v4.1.2
5454
with:
55-
repository: simulation-tree/fonts
55+
repository: simulation-tree/worlds
5656
token: ${{ secrets.PAT }}
57-
path: fonts
57+
path: worlds
5858

59-
- name: Checkout `bin-packer`
59+
- name: Checkout `textures`
6060
uses: actions/checkout@v4.1.2
6161
with:
62-
repository: simulation-tree/bin-packer
62+
repository: simulation-tree/textures
6363
token: ${{ secrets.PAT }}
64-
path: bin-packer
64+
path: textures
6565

6666
- name: Checkout `unmanaged`
6767
uses: actions/checkout@v4.1.2
@@ -77,12 +77,19 @@ jobs:
7777
token: ${{ secrets.PAT }}
7878
path: types
7979

80-
- name: Checkout `shaders`
80+
- name: Checkout `collections`
8181
uses: actions/checkout@v4.1.2
8282
with:
83-
repository: simulation-tree/shaders
83+
repository: simulation-tree/collections
8484
token: ${{ secrets.PAT }}
85-
path: shaders
85+
path: collections
86+
87+
- name: Checkout `materials`
88+
uses: actions/checkout@v4.1.2
89+
with:
90+
repository: simulation-tree/materials
91+
token: ${{ secrets.PAT }}
92+
path: materials
8693

8794
- name: Checkout `meshes`
8895
uses: actions/checkout@v4.1.2
@@ -91,31 +98,24 @@ jobs:
9198
token: ${{ secrets.PAT }}
9299
path: meshes
93100

94-
- name: Checkout `materials`
101+
- name: Checkout `shaders`
95102
uses: actions/checkout@v4.1.2
96103
with:
97-
repository: simulation-tree/materials
104+
repository: simulation-tree/shaders
98105
token: ${{ secrets.PAT }}
99-
path: materials
106+
path: shaders
100107

101108
- name: Checkout `data`
102109
uses: actions/checkout@v4.1.2
103110
with:
104111
repository: simulation-tree/data
105112
token: ${{ secrets.PAT }}
106113
path: data
107-
108-
- name: Checkout `collections`
109-
uses: actions/checkout@v4.1.2
110-
with:
111-
repository: simulation-tree/collections
112-
token: ${{ secrets.PAT }}
113-
path: collections
114114

115115
- name: Setup
116116
uses: actions/setup-dotnet@v4
117117
with:
118-
dotnet-version: 10.0.x
118+
dotnet-version: 9.0.x
119119

120120
- name: Test
121121
run: dotnet test "${{ github.event.repository.name }}/tests" -c Debug --logger "trx"

0 commit comments

Comments
 (0)