Skip to content

Commit

Permalink
chore(docker): Use gtest output driver by default in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 24, 2022
1 parent 829e23a commit e586af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN busted --version

WORKDIR /data

ENTRYPOINT ["busted", "--verbose"]
ENTRYPOINT ["busted", "--verbose", "--output=gtest"]

0 comments on commit e586af8

Please sign in to comment.