Skip to content

Commit 8581f11

Browse files
committed
test: e2e debug info
1 parent eac71c4 commit 8581f11

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/e2e_test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,16 @@ jobs:
4141
sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
4242
vfox install erlang@26.2.3
4343
vfox use erlang@26.2.3
44+
echo "===============PATH==============="
45+
echo $PATH
46+
echo "===============PATH==============="
4447
4548
- name: install Erlang/OTP by vfox-erlang plugin (Darwin)
4649
if: runner.os == 'MacOS'
4750
run: |
4851
brew install autoconf libxslt fop wxwidgets openssl
4952
vfox install erlang@26.2.3
5053
vfox use erlang@26.2.3
51-
54+
echo "===============PATH==============="
55+
echo $PATH
56+
echo "===============PATH==============="

0 commit comments

Comments
 (0)