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