Skip to content

Nightly Workflow Updates #28

Nightly Workflow Updates

Nightly Workflow Updates #28

name: test-spacefx-client-dotnet
on:
workflow_dispatch:
pull_request:
branches:
- main
- '[0-9]*.[0-9]*.[0-9]*-nightly'
jobs:
test-spacefx-client-dotnet-amd64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: ./.github/workflows/run-integrationTests-dotnet.yaml
with:
WORKFLOW_AGENT: ubuntu-latest
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
test-spacefx-client-dotnet-arm64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: ./.github/workflows/run-integrationTests-dotnet.yaml
with:
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}