-
Notifications
You must be signed in to change notification settings - Fork 4
43 lines (36 loc) · 1.12 KB
/
hostsvc-link-test-smb-on.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: test-hostsvc-link-smb-on
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
test-hostsvc-link-smb-on-amd64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: ubuntu-latest
SMB_ON: "true"
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
test-hostsvc-link-smb-on-arm64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@main
with:
APP_NAME: hostsvc-link
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
SMB_ON: "true"
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}