Skip to content

Merge pull request #19 from TechnologyEnhancedLearning/poc-dab-workflow #22

Merge pull request #19 from TechnologyEnhancedLearning/poc-dab-workflow

Merge pull request #19 from TechnologyEnhancedLearning/poc-dab-workflow #22

# This yml is so we can tell dbx to run integration tests

Check failure on line 1 in .github/workflows/manual-integration-test-poc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/manual-integration-test-poc.yml

Invalid workflow file

(Line: 2, Col: 1): Required property is missing: jobs
name: Trying to trigger dbx integration tests in dbx environ
on:
workflow_dispatch:
inputs:
deploy_target:
description: 'Which DAB target to deploy to?'
required: true
default: 'dev'
type: choice
options:
- dev
- staging