Skip to content

Commit

Permalink
smb worfklows
Browse files Browse the repository at this point in the history
  • Loading branch information
alianides committed Jul 10, 2024
1 parent f2a1ab5 commit bb9fbab
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/hostsvc-link-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,38 @@ jobs:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

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.GIT_HUB_USER_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.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 comments on commit bb9fbab

Please sign in to comment.