Skip to content

Commit

Permalink
Merge pull request #9 from microsoft/al/test-workflow
Browse files Browse the repository at this point in the history
IntegrationTest workflows
  • Loading branch information
bradarm committed Jul 22, 2024
2 parents e1743df + c61a936 commit 8b40045
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/platform-deployment-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: test-platform-deployment

on:
workflow_dispatch:
pull_request:
branches: [ main ]

jobs:
test-platform-deployment-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: platform-deployment
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-platform-deployment-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: platform-deployment
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 }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![platform-deployment-build](https://github.com/microsoft/azure-orbital-space-sdk-platform-deployment/actions/workflows/platform-deployment-build-publish.yaml/badge.svg)](https://github.com/microsoft/azure-orbital-space-sdk-platform-deployment/actions/workflows/platform-deployment-build-publish.yaml)

[![test-platform-deployment](https://github.com/microsoft/azure-orbital-space-sdk-platform-deployment/actions/workflows/platform-deployment-test.yaml/badge.svg)](https://github.com/microsoft/azure-orbital-space-sdk-platform-deployment/actions/workflows/platform-deployment-test.yaml)

This repository hosts the Platform-Deployment.

Outputs:
Expand Down

0 comments on commit 8b40045

Please sign in to comment.