Skip to content

Commit b6ab8b3

Browse files
committed
DX-1846: Be verbose in tests again
1 parent 966a308 commit b6ab8b3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
--image-tag ${{ needs.variables.outputs.ghpr_docker_image_tag }} \
9898
--repository ${{ github.repository }} \
9999
--dir ${{ github.workspace }}/tests/full \
100-
--token ${{ secrets.GITHUB_TOKEN }}
100+
--token ${{ secrets.GITHUB_TOKEN }} \
101+
--verbose
101102
102103
test-serve-no-gemfile:
103104
runs-on: ubuntu-latest
@@ -113,7 +114,8 @@ jobs:
113114
--image-tag ${{ needs.variables.outputs.ghpr_docker_image_tag }} \
114115
--repository ${{ github.repository }} \
115116
--dir ${{ github.workspace }}/tests/minimal \
116-
--token ${{ secrets.GITHUB_TOKEN }}
117+
--token ${{ secrets.GITHUB_TOKEN }} \
118+
--verbose
117119
118120
test-build:
119121
runs-on: ubuntu-latest
@@ -128,7 +130,8 @@ jobs:
128130
--image-tag ${{ needs.variables.outputs.ghpr_docker_image_tag }} \
129131
--repository ${{ github.repository }} \
130132
--dir ${{ github.workspace }}/tests/full \
131-
--token ${{ secrets.GITHUB_TOKEN }}
133+
--token ${{ secrets.GITHUB_TOKEN }} \
134+
--verbose
132135
133136
test-build-no-gemfile:
134137
runs-on: ubuntu-latest
@@ -143,7 +146,8 @@ jobs:
143146
--image-tag ${{ needs.variables.outputs.ghpr_docker_image_tag }} \
144147
--repository ${{ github.repository }} \
145148
--dir ${{ github.workspace }}/tests/minimal \
146-
--token ${{ secrets.GITHUB_TOKEN }}
149+
--token ${{ secrets.GITHUB_TOKEN }} \
150+
--verbose
147151
148152
test-build-gemspec:
149153
runs-on: ubuntu-latest
@@ -159,7 +163,8 @@ jobs:
159163
--image-tag ${{ needs.variables.outputs.ghpr_docker_image_tag }} \
160164
--repository ${{ github.repository }} \
161165
--dir ${{ github.workspace }}/tests/gemspec \
162-
--token ${{ secrets.GITHUB_TOKEN }}
166+
--token ${{ secrets.GITHUB_TOKEN }} \
167+
--verbose
163168
164169
rspec:
165170
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)