Skip to content

Commit ef47698

Browse files
committed
chore(ci): fix image build for tests on forks
1 parent 2498e51 commit ef47698

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/build-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inputs:
2828
type:
2929
required: false
3030
description: 'production or coverage'
31-
default: 'production'
31+
default: 'coverage'
3232

3333
runs:
3434
using: composite

.github/workflows/ci-test-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
# the same reason we need to rebuild the docker image at this point is the reason we dont want to publish it
149149
publish-image: false
150150
service: 'rocketchat'
151+
type: 'coverage'
151152

152153
- name: Set DEBUG_LOG_LEVEL (debug enabled)
153154
if: runner.debug == '1'

0 commit comments

Comments
 (0)