This PR separates the sovrin specific tets from indy-node tests. This removes the circular dependencies mentioned in #102.
Also, the scripts have been adjusted to run locally as well on GitHub Actions pipelines.
The basis for testing ubuntu 20.04 based indy-node artifacts is implemented.
Current issue: There is no working systemd image for ubuntu 20.04
This PR separates the
sovrin
specific tets from indy-node tests. This removes the circular dependencies mentioned in #102.Also, the scripts have been adjusted to run locally as well on GitHub Actions pipelines. The basis for testing
ubuntu 20.04
basedindy-node
artifacts is implemented. Current issue: There is no workingsystemd
image forubuntu 20.04
A successful run of all tests in GHA can be found at: https://github.com/udosson/indy-node/actions/runs/1495380875
Signed-off-by: udosson r.klemens@yahoo.de