Skip to content

Commit

Permalink
be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Dec 30, 2023
1 parent 716fb96 commit c06c0d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,15 @@ jobs:
export ADMIN_NAME="phpList Administrator"
php public_html/lists/admin/index.php -c $GITHUB_WORKSPACE/public_html/lists/config/config.php -p initialise -f
cd $GITHUB_WORKSPACE/tests
../vendor/bin/behat -p chrome --tags="~@initialise && ~@wip"
../vendor/bin/behat -p chrome -f progress --tags="~@initialise && ~@wip"
- name: copy screenshots
if: always()
run: |
cd $GITHUB_WORKSPACE
images=$(ls -l /tmp/*.png 2>/dev/null | wc -l)
[[ $images -gt 0 ]] && cp -v /tmp/*.png output/screenshots
exit 0;
- name: Upload the screenshots
if: always()
Expand Down

0 comments on commit c06c0d7

Please sign in to comment.