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