gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: Run new integration tests in


From: gnunet
Subject: [taler-wallet-core] branch master updated: Run new integration tests in CI
Date: Thu, 06 Aug 2020 22:15:18 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new e79a118a Run new integration tests in CI
e79a118a is described below

commit e79a118ab6fb19eb981e2b1fa29e42455873b97d
Author: Torsten Grote <t@grobox.de>
AuthorDate: Thu Aug 6 09:03:08 2020 -0300

    Run new integration tests in CI
---
 .gitlab-ci.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9eef833c..b08c05b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: "registry.gitlab.com/gnu-taler/docker-taler-ci:latest"
 before_script:
   - pg_ctlcluster 12 main start
 
-integration_tests_legacy:
+test_legacy:
   script:
     - cd integrationtests
     - ./test-base.sh
@@ -15,12 +15,18 @@ integration_tests_legacy:
     - ./test-withdrawal.sh
   allow_failure: true
 
-integration_tests:
+test_pytest:
   script:
     - ./bootstrap
     - ./configure
     - make install
     - pytest -rP tests/
 
+test_typescript:
+  script:
+    - ./bootstrap
+    - ./configure
+    - make install integrationtests
+
 after_script:
   - pg_ctlcluster 12 main stop

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]