Page MenuHomePhabricator

[CI] Run cashtab tests on CI
ClosedPublic

Authored by Fabien on Jan 7 2021, 13:34.

Details

Reviewers
majcosta
alcipir
Group Reviewers
Restricted Project
Commits
rABC5709053efc02: [CI] Run cashtab tests on CI
Summary

Coverage reports will be added in a later diff.

Depends on D8821.

Test Plan
./contrib/teamcity/build-configurations.py cashtab-tests

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jan 7 2021, 13:34

npm run test runs tests in watch mode, should npm run test:coverage (also checks for threshold violations).

This revision is now accepted and ready to land.Jan 7 2021, 16:04

@alcipir The CI environment variable prevent from running in watch mode.

Remove the no longer needed install flag

This revision was automatically updated to reflect the committed changes.