Skip to content

Commit 2ab213a

Browse files
Bugfix: Store HTML test report on the runner
1 parent ff7d5a7 commit 2ab213a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/test

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

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

0 commit comments

Comments
 (0)