Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Dec 18, 2023
1 parent 918f2b5 commit f29134f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
behat_tags:
description: 'Behat tags to execute'
required: true
default: '~@performance&&~@ionic7_failure'
default: '~@performance&&@ionic7_failure'
moodle_branch:
description: 'Moodle branch'
required: true
Expand All @@ -27,7 +27,7 @@ jobs:
MOODLE_DOCKER_PHP_VERSION: '8.1'
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'master' }}
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&&@ionic7_failure' }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f29134f

Please sign in to comment.