MOBILE-3947 ionic7: Enable acceptance tests
This commit is contained in:
parent
b1b8b9583b
commit
1f7a00b1ce
4
.github/workflows/acceptance.yml
vendored
4
.github/workflows/acceptance.yml
vendored
@ -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…
x
Reference in New Issue
Block a user