Skip to content

Commit

Permalink
move the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 1, 2024
1 parent 4682c44 commit a08304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a08304b

Please sign in to comment.