Skip to content

Commit 6561543

Browse files
committed
show progress
1 parent 11dd184 commit 6561543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
- name: Run Behat Tests
117117
run: |
118118
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"
119+
../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags=@initialise
120+
../vendor/bin/behat -n -p chrome --strict --stop-on-failure --tags="~@initialise && ~@wip"
121121
122122
- name: Upload the screenshots
123123
if: always()

0 commit comments

Comments
 (0)