Skip to content

Commit f9cfd25

Browse files
!![ODM-13067] Remove TODO (#536)
1 parent 26d5a14 commit f9cfd25

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Earthfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ r-api-client:
8787
WORKDIR generated/r
8888

8989
# Test and build R client
90-
# TODO: uncomment in scope of ODM-13067
91-
#RUN \
92-
# R CMD build . && \
93-
# R CMD check *.tar.gz --no-manual
90+
RUN \
91+
R CMD build . && \
92+
R CMD check *.tar.gz --no-manual
9493

9594
ARG --required R_REGISTRY_RELEASES
9695
ARG --required R_REGISTRY_SNAPSHOTS

0 commit comments

Comments
 (0)