From 9dc63df6bdae843472e540ad3ce2cd48d836c82f Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 29 Aug 2022 13:48:12 +0100 Subject: [PATCH] Update GitLab CI config --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea48f000..ae13972a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,9 @@ tests: tags: - ios script: - - ./run-tests.sh + - echo -e "\e[0Ksection_start:`date +%s`:test_macos\r\e[0KRun tests on macOS" + - ./run-tests.sh macos + - echo -e "\e[0Ksection_end:`date +%s`:test_macos\r\e[0K" + - echo -e "\e[0Ksection_start:`date +%s`:test_macos\r\e[0KRun tests on iOS Simulator" + - ./run-tests.sh ios + - echo -e "\e[0Ksection_end:`date +%s`:test_macos\r\e[0K" -- GitLab