Skip to content

Commit

Permalink
fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
sokorototo committed Sep 25, 2023
1 parent 72cb919 commit 82bf0db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
- uses: actions/checkout@v2
- name: Grant executive permissions to script
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
run: cd ./vach-cli/test_data/ && ./test.sh

0 comments on commit 82bf0db

Please sign in to comment.