Skip to content

Commit

Permalink
Build container image before running unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Vadkerti <[email protected]>
  • Loading branch information
thrix committed Mar 26, 2024
1 parent d6f48bc commit 60efc64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ rlJournalStart

rlLogInfo "pip is $(which pip), $(pip --version)"
rlLogInfo "hatch is $(which hatch), $(hatch --version)"

rlRun "make -C $TMT_TREE images-unit-tests"
rlPhaseEnd

if [ "$WITH_SYSTEM_PACKAGES" = "yes" ]; then
Expand Down

0 comments on commit 60efc64

Please sign in to comment.