fix errors

This commit is contained in:
einhorn_b 2021-05-21 17:39:03 +02:00
parent 7fa4ccdb5f
commit ee8bc21def
2 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ jobs:
name: docker-login-server-test
path: /tmp
- name: Load Docker Image
run: docker load < /tmp/loginserver.tar
run: docker load < /tmp/login_server.tar
##########################################################################
# UNIT TESTS BACKEND LOGIN-SERVER #######################################
##########################################################################

View File

@ -32,8 +32,8 @@ RUN apk add --no-cache bash perl
RUN mkdir build && cd build && \
cmake -DCMAKE_BUILD_TYPE=Debug .. && \
make -j$(nproc) Gradido_LoginServer_Test
make -j$(nproc) Gradido_LoginServer_Test && \
du -d2 -h
#RUN chmod +x build/bin/Gradido_LoginServer_Test
#CMD [ "./build/bin/Gradido_LoginServer" ]
#ENTRYPOINT [ "/usr/bin/make", "-C", "/code/build", "coverage" ]