We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498e51 commit ef47698Copy full SHA for ef47698
.github/actions/build-docker/action.yml
@@ -28,7 +28,7 @@ inputs:
28
type:
29
required: false
30
description: 'production or coverage'
31
- default: 'production'
+ default: 'coverage'
32
33
runs:
34
using: composite
.github/workflows/ci-test-e2e.yml
@@ -148,6 +148,7 @@ jobs:
148
# the same reason we need to rebuild the docker image at this point is the reason we dont want to publish it
149
publish-image: false
150
service: 'rocketchat'
151
+ type: 'coverage'
152
153
- name: Set DEBUG_LOG_LEVEL (debug enabled)
154
if: runner.debug == '1'
0 commit comments