Skip to content

Commit

Permalink
fix CI 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Mar 24, 2023
1 parent a59b8ae commit 7afff33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(Timetable-VSU-backend CXX)
project(service_template CXX)

include(third_party/userver/cmake/SetupEnvironment.cmake)
include(GNUInstallDirs)
Expand Down
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ else()
endif()

userver_testsuite_add(
SERVICE_TARGET service_template
SERVICE_TARGET Timetable-VSU-backend
REQUIREMENTS ${CMAKE_CURRENT_SOURCE_DIR}/requirements.txt
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
PYTEST_ARGS
--service-config=${CMAKE_SOURCE_DIR}/configs/static_config.yaml
--service-binary=${CMAKE_BINARY_DIR}/service_template
--service-binary=${CMAKE_BINARY_DIR}/Timetable-VSU-backend
--config-fallback=${CMAKE_SOURCE_DIR}/configs/dynamic_config_fallback.json
${PYTEST_ARGS_CONFIG_VARS}
)

0 comments on commit 7afff33

Please sign in to comment.