Skip to content

Commit

Permalink
Merge pull request #82 from sokorototo/main
Browse files Browse the repository at this point in the history
Maintenance update to both base crate and CLI
  • Loading branch information
zeskeertwee authored Sep 26, 2023
2 parents ad2710d + 82bf0db commit ee41639
Show file tree
Hide file tree
Showing 24 changed files with 664 additions and 494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ 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: Run CLI tests
run: sh ./vach-cli/test_data/test.sh
run: cd ./vach-cli/test_data/ && ./test.sh
Loading

0 comments on commit ee41639

Please sign in to comment.