From a08304b78e0dcdd0555ee92768c52c657e2b18ef Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sat, 1 Jun 2024 10:12:23 +0200 Subject: [PATCH] move the binary --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3430ab..b0f4988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - run: | git clone https://github.com/shellspec/shellspec.git shellspec cd shellspec && sudo make install - sudo cp shellspec/shellspec /usr/bin/shellspec + sudo cp shellspec /usr/bin/shellspec - run: npm install - run: npm run standard - run: npm run test