diff --git a/.github/workflows/platform-deployment-test.yaml b/.github/workflows/platform-deployment-test.yaml new file mode 100644 index 0000000..55ac9cd --- /dev/null +++ b/.github/workflows/platform-deployment-test.yaml @@ -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 }} diff --git a/README.md b/README.md index 24e3bb6..2e9f9c7 100644 --- a/README.md +++ b/README.md @@ -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: