File tree 3 files changed +39
-3
lines changed
3 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 1
- name : test-template-sdk -dotnet
1
+ name : test-template-spacefx-client -dotnet
2
2
on :
3
3
workflow_call :
4
4
inputs :
Original file line number Diff line number Diff line change 10
10
contents : read
11
11
packages : write
12
12
13
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service -build.yml@main
13
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/python-app -build.yml@main
14
14
with :
15
15
APP_PROJECT : ./src/spacesdk-client.csproj
16
16
NUGET_PROJECT : ./src/spacesdk-client.csproj
30
30
contents : read
31
31
packages : write
32
32
33
- uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/service -build.yml@main
33
+ uses : microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/python-app -build.yml@main
34
34
with :
35
35
APP_PROJECT : ./src/spacesdk-client.csproj
36
36
NUGET_PROJECT : ./src/spacesdk-client.csproj
Original file line number Diff line number Diff line change
1
+ name : test-spacefx-client
2
+ on :
3
+ workflow_dispatch :
4
+ pull_request :
5
+ branches : [ main ]
6
+
7
+ jobs :
8
+ test-spacefx-client-amd64 :
9
+ permissions :
10
+ contents : read
11
+ issues : read
12
+ checks : write
13
+ pull-requests : write
14
+
15
+ uses : ./.github/workflows/run-integrationTests-dotnet.yaml
16
+ with :
17
+ WORKFLOW_AGENT : ubuntu-latest
18
+ secrets :
19
+ GIT_HUB_USER_NAME : ${{ secrets.GIT_HUB_USER_NAME }}
20
+ GIT_HUB_USER_TOKEN : ${{ secrets.GIT_HUB_USER_TOKEN }}
21
+ SETUP_REPO_URL : ${{ secrets.SETUP_REPO_URL }}
22
+
23
+ test-spacefx-client-arm64 :
24
+ permissions :
25
+ contents : read
26
+ issues : read
27
+ checks : write
28
+ pull-requests : write
29
+
30
+ uses : ./.github/workflows/run-integrationTests-dotnet.yaml
31
+ with :
32
+ WORKFLOW_AGENT : spacesdk-ubuntu-2204LTS-arm64
33
+ secrets :
34
+ GIT_HUB_USER_NAME : ${{ secrets.GIT_HUB_USER_NAME }}
35
+ GIT_HUB_USER_TOKEN : ${{ secrets.GIT_HUB_USER_TOKEN }}
36
+ SETUP_REPO_URL : ${{ secrets.SETUP_REPO_URL }}
You can’t perform that action at this time.
0 commit comments