Skip to content

Commit f4b0645

Browse files
committed
Merge remote-tracking branch 'rad/patches/84ab8c56282b2ac2076e1f89cb96bf949259c8f5'
2 parents 3c27c65 + f423a53 commit f4b0645

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- os: ubuntu-latest
1818
runHttpApi: |
1919
cd "${RAD_HOME}"/bin
20-
wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-server/radicle-httpd-0.11.1-rit-1-g3ae64bd2-x86_64-unknown-linux-musl.tar.xz
21-
# now there will be radicle-httpd inside bin directory, which is in path
20+
wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-api/radicle-http-api_latest+x86_64-unknown-linux-musl.tar.xz
21+
# now there will be radicle-http-api inside bin directory, which is in path
2222
tar xf rha.tar.xz --strip-components 2
2323
runIde: |
2424
export DISPLAY=:99.0
@@ -34,8 +34,8 @@ jobs:
3434
- os: macos-latest
3535
runHttpApi: |
3636
cd "${RAD_HOME}"/bin
37-
wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-server/radicle-httpd-0.11.1-rit-1-g3ae64bd2-aarch64-apple-darwin.tar.xz
38-
# now there will be radicle-httpd inside bin directory, which is in path
37+
wget -q -O rha.tar.xz https://minio-api.radicle.gr/radicle-releases/radicle-http-api/radicle-http-api_latest+aarch64-apple-darwin.tar.xz
38+
# now there will be radicle-http-api inside bin directory, which is in path
3939
tar xf rha.tar.xz --strip-components 2
4040
runIde: |
4141
mkdir -p build/reports
@@ -69,8 +69,8 @@ jobs:
6969
rad node start
7070
echo "allowing node to start up..."
7171
sleep 5
72-
radicle-httpd --version
73-
radicle-httpd --listen 0.0.0.0:8080 &
72+
radicle-http-api --version
73+
radicle-http-api --listen 0.0.0.0:8080 &
7474
rad node status
7575
rad self
7676
- name: Create a new Radicle Repository

0 commit comments

Comments
 (0)