Skip to content

Commit 068d57a

Browse files
improve test logging
1 parent 631c66d commit 068d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
echo "cloud_name: $(echo $CLOUDINARY_URL | cut -d'@' -f2)"
3838
3939
- name: 🧪 Run tests
40-
run: bundle exec rspec
40+
run: bundle exec rspec --format documentation --color
4141
env:
4242
CLOUDINARY_URL: ${{ env.CLOUDINARY_URL }}

0 commit comments

Comments
 (0)