Skip to content

Commit 87db419

Browse files
format rspec results to stdout and a file
1 parent 20eba58 commit 87db419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash -e
22

33
docker compose up --detach --no-build
4-
docker compose exec app rspec --format html | tee "${RUNNER_TEMP}/test-results.html" 2>&1
4+
docker compose exec app rspec \
5+
--format html --out "${RUNNER_TEMP}/test-results.html" \
6+
--format documentation

0 commit comments

Comments
 (0)