Skip to content

Commit

Permalink
Merge pull request #6 from microsoft/al/test-workflow
Browse files Browse the repository at this point in the history
setup testing workflow
  • Loading branch information
bradarm authored Jun 24, 2024
2 parents 4e44ba4 + b14ec60 commit 6784359
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/hostsvc-link-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: test-hostsvc-link

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
test-hostsvc-link-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
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-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
# 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 6784359

Please sign in to comment.