From 3717d1bb642e1c35b877abb9a4970f1ec9452354 Mon Sep 17 00:00:00 2001 From: Sebastian Schoenherr Date: Wed, 29 May 2024 13:11:41 +0200 Subject: [PATCH] Update nf-test URL --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2c6b24c..6c56396 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Install nf-test run: | - wget -qO- https://code.askimed.com/install/nf-test | bash -s 0.9.0-rc2 + wget -qO- get.nf-test.com | bash -s 0.9.0-rc2 sudo mv nf-test /usr/local/bin/ - name: Set up Docker Buildx