Skip to content

eliminate REPO_DIR

eliminate REPO_DIR #5

name: test-planetary-computer-plugin
on:
workflow_dispatch:
push:
paths:
- 'datagenerators/planetary-computer/plugin/**'
- '.github/workflows/planetary-computer-plugin-test.yaml'
pull_request:
branches: [ main ]
paths:
- 'datagenerators/planetary-computer/plugin/**'
- '.github/workflows/planetary-computer-plugin-test.yaml'
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-plugin.yaml@al/test-plugin-workflow
with:
APP_NAME: vth
PLUGIN_NAME: planetary-computer-vth-plugin
WORKFLOW_AGENT: ubuntu-latest
DEVCONTAINER_JSON: ./.devcontainer/planetary-computer-vth-plugin/devcontainer.json
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-plugin.yaml@al/test-plugin-workflow
with:
APP_NAME: vth
PLUGIN_NAME: planetary-computer-vth-plugin
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
DEVCONTAINER_JSON: ./.devcontainer/planetary-computer-vth-plugin/devcontainer.json
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 }}