Skip to content

Commit 6784359

Browse files
authored
Merge pull request #6 from microsoft/al/test-workflow
setup testing workflow
2 parents 4e44ba4 + b14ec60 commit 6784359

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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 }}

0 commit comments

Comments
 (0)