taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 13f835862dc712f09cb6037e149e50eb17b97f59
parent db65f0a20669a81cb7db4425d7d044b8ff49952a
Author: Torsten Grote <t@grobox.de>
Date:   Wed, 12 Aug 2020 16:43:59 -0300

Remove old tests from CI runs

Diffstat:
M.gitlab-ci.yml | 21+--------------------
1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -3,26 +3,7 @@ image: "registry.gitlab.com/gnu-taler/docker-taler-ci:latest" before_script: - pg_ctlcluster 12 main start -test_legacy: - script: - - cd integrationtests - - ./test-base.sh - - ./test-double-link.sh - - ./test-double-spend.sh - - ./test-recoup.sh - - ./test-refund.sh - - ./test-retries.sh - - ./test-withdrawal.sh - allow_failure: true - -test_pytest: - script: - - ./bootstrap - - ./configure - - make install - - pytest -rP tests/ - -test_typescript: +test: script: - ./bootstrap - ./configure