MOBILE-3947 ionic7: Enable acceptance tests
parent
b1b8b9583b
commit
1f7a00b1ce
|
@ -16,7 +16,7 @@ on:
|
||||||
required: true
|
required: true
|
||||||
default: 'https://github.com/moodle/moodle'
|
default: 'https://github.com/moodle/moodle'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, v*.x ]
|
branches: [ main, ionic7, v*.x ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
behat:
|
behat:
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MOODLE_DOCKER_DB: pgsql
|
MOODLE_DOCKER_DB: pgsql
|
||||||
MOODLE_DOCKER_BROWSER: chrome
|
MOODLE_DOCKER_BROWSER: chrome
|
||||||
MOODLE_DOCKER_PHP_VERSION: '8.0'
|
MOODLE_DOCKER_PHP_VERSION: '8.1'
|
||||||
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'master' }}
|
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'master' }}
|
||||||
MOODLE_REPOSITORY: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle' }}
|
MOODLE_REPOSITORY: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle' }}
|
||||||
BEHAT_TAGS: ${{ github.event.inputs.behat_tags || '~@performance' }}
|
BEHAT_TAGS: ${{ github.event.inputs.behat_tags || '~@performance' }}
|
||||||
|
|
Loading…
Reference in New Issue