From bd7fb253159c639efeb2a7215ec50f2eec9005c5 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 7 Oct 2024 07:47:45 +0300 Subject: [PATCH] Fixed CI --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ac5ce0..82793ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,5 +16,4 @@ jobs: - name: Test run: | npm install - find . - node_modules/cryptoforknote-util/tests/run.sh \ No newline at end of file + ./tests/run.sh \ No newline at end of file