File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: E2E tests on Linux (Prebuilt release)
22
33on :
44 push :
5- branches : [main]
5+ # branches: [main]
66 pull_request :
77 workflow_dispatch :
88 schedule :
@@ -19,14 +19,16 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v4
2121
22- - name : install vfox (Linux)
22+ - name : build vfox (Linux)
2323 run : |
24- echo "deb [trusted=yes] https://apt.fury.io/versionfox/ /" | sudo tee /etc/apt/sources.list.d/versionfox.list
25- sudo apt-get update
26- sudo apt-get install vfox=0.6.4
24+ git clone https://github.com/version-fox/vfox.git
25+ cd vfox
26+ go build -o vfox
27+ echo "$pwd" >> $GITHUB_PATH
2728
2829 - name : add vfox-erlang plugin (Unix-like)
2930 run : |
31+ vfox -version
3032 vfox add --source https://github.com/version-fox/vfox-erlang/archive/${GITHUB_REF}.zip erlang
3133
3234 - name : prepare Erlang/OTP deps (Linux)
Original file line number Diff line number Diff line change 11name : E2E tests on Windows
22
33on :
4- push :
4+ # push:
55 # branches: [main]
66 pull_request :
77 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments