We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11dd184 commit 6561543Copy full SHA for 6561543
.github/workflows/build-release.yml
@@ -116,8 +116,8 @@ jobs:
116
- name: Run Behat Tests
117
run: |
118
cd $GITHUB_WORKSPACE/tests
119
- ../vendor/bin/behat -n -fprogress -p chrome --strict --stop-on-failure --tags=@initialise
120
- ../vendor/bin/behat -n -fprogress -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
+ ../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags=@initialise
+ ../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
121
122
- name: Upload the screenshots
123
if: always()
0 commit comments