Include tests in test CI job
This commit is contained in:
@@ -36,6 +36,7 @@ test:
|
|||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- src/**/*
|
- src/**/*
|
||||||
|
- tests/**/*
|
||||||
script:
|
script:
|
||||||
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
|
- dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y node npm
|
||||||
- make deps-install
|
- make deps-install
|
||||||
|
|||||||
Reference in New Issue
Block a user