Skip to content

Commit 3b87a5b

Browse files
authored
Merge pull request #2802 from yahonda/devcontainer-spec-format
Use documentation formatter for rspec in devcontainer CI
2 parents 97fbf7f + 25ef2b2 commit 3b87a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
uname -a
2626
lsb_release -a
2727
ruby --version
28-
bundle exec rake spec
28+
SPEC_OPTS="--format documentation" bundle exec rake spec
2929
bundle exec rubocop

0 commit comments

Comments
 (0)