Skip to content

Commit

Permalink
Fix small troubles with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 25, 2024
1 parent d179799 commit 29499df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# update index
apt update
# install basics
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata keyboard-configuration wget gpg netcat-traditional
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata keyboard-configuration wget gpg netcat-traditional lsof
# add armbian repository
URL=beta.armbian.com
Expand All @@ -129,9 +129,9 @@ jobs:
# install packages / except howdy as its too large
export DEBIAN_FRONTEND=noninteractive
cd config
eval "$PREINSTALL"
eval $"( "${PREINSTALL}" )"
sudo bash bin/armbian-config --cmd "$TEST_ID"
eval "$CONDITION"
eval $"( "${CONDITION}" )"
# stats
FILENAME="data-"$(echo ${{ matrix.image.image }} | sed "s/:/-/g")"-${TEST_ID}.teststats"
Expand Down

0 comments on commit 29499df

Please sign in to comment.