Skip to content

Commit

Permalink
fixed more tests 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
sokorototo committed Sep 24, 2023
1 parent 37b4b0a commit 72cb919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Grant executive permissions to script
run: chmod +x ./vach-cli/test_data/test.sh
run: chmod +x ./vach-cli/test_data/test.sh\
- name: Change into relevant directory
run: cd ./vach-cli/test_data/
- name: Run CLI tests
run: sh ./vach-cli/test_data/test.sh

0 comments on commit 72cb919

Please sign in to comment.