Skip to content

Merge branch 'main' into al/test-workflow #9

Merge branch 'main' into al/test-workflow

Merge branch 'main' into al/test-workflow #9

name: test-hostsvc-position
on:
push:
workflow_call:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
test-hostsvc-position-amd64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@al/test-app
with:
APP_NAME: hostsvc-position
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-position-arm64:
# permissions:
# contents: read
# issues: read
# checks: write
# pull-requests: write
# uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/test-app.yaml@al/test-app
# with:
# APP_NAME: hostsvc-position
# 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 }}