MOBILE-3947 behat: Remove ionic7 failure skips

main
Noel De Martin 2024-01-11 15:59:35 +01:00
parent 3621bc46a5
commit cf098ea45c
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
behat_tags: behat_tags:
description: 'Behat tags to execute' description: 'Behat tags to execute'
required: true required: true
default: '~@performance&&~@ionic7_failure' default: '~@performance'
moodle_branch: moodle_branch:
description: 'Moodle branch' description: 'Moodle branch'
required: true required: true
@ -27,7 +27,7 @@ jobs:
MOODLE_DOCKER_PHP_VERSION: '8.1' MOODLE_DOCKER_PHP_VERSION: '8.1'
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'main' }} MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'main' }}
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&&~@ionic7_failure' }} BEHAT_TAGS: ${{ github.event.inputs.behat_tags || '~@performance' }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2