Skip to content

(Galaxy) demo tests #25

(Galaxy) demo tests

(Galaxy) demo tests #25

name: "Galaxy demo tests"
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Every day at 3:00 UTC
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
permissions:
packages: write
secrets: inherit
with:
version: 22.04
build-wheel: true
tg-demo-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/tg-demo-tests-impl.yaml
with:
docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}
topology: topology-6u