Skip to content

Commit 6a5401a

Browse files
committed
fix(CI): strace is required to run JS tests
1 parent b4a40c2 commit 6a5401a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
apt-get install -y sudo libnss3-dev libssl-dev
156156
apt-get install -y git # required for `actions/checkout`
157157
apt-get install -y nodejs npm # required for pminit to build
158+
apt-get install -y strace # required to run JS tests
158159
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
159160
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
160161
git config --global --add safe.directory '*' # silence "git failed because of dubious ownership"

0 commit comments

Comments
 (0)