Merge pull request #19 from TechnologyEnhancedLearning/poc-dab-workflow #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This yml is so we can tell dbx to run integration tests | ||
| 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 | ||