Skip to content
Snippets Groups Projects
Commit 8aee0f70 authored by Maciej Żuralski's avatar Maciej Żuralski
Browse files

delate: pipeline

parent 00fb0621
Branches
1 merge request!110test: front tests
# image: docker:latest
# services:
# - docker:dind
# variables:
# DOCKER_DRIVER: overlay2
# stages:
# - test
# backend-tests:
# stage: test
# image: maven:3.8.5-openjdk-17
# script:
# - cd backend
# - mvn clean test
# only:
# - main
# frontend-tests:
# stage: test
# image: node:18
# script:
# - cd frontend
# - npm install
# - npm run test -- --watch=false --browsers=ChromeHeadless
# only:
# - main
......@@ -10,6 +10,6 @@ import java.util.List;
@Mapper(componentModel = "spring")
public interface WeddingImagesMapper {
List<GetWeddingImageResponse> entitiesToResponses(List<WeddingImageEntity> entities);
// List<GetWeddingImageResponse> entitiesToResponses(List<WeddingImageEntity> entities);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment