Skip to content

Commit

Permalink
Add betty installation step to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Younis-Ahmed committed Feb 24, 2024
1 parent a903874 commit 2f6b22e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
pip install pylint pycodestyle colorama pytest pytest-mock
- name: Install ctags
run: sudo apt-get update && sudo apt-get install -y exuberant-ctags
- name: Install betty
run: |
./bettyfixer/install_dependency/.Betty/install.sh &&
sudo mv bettyfixer/install_dependency/.Betty/betty.sh /bin/betty
- name: Create test-results directory
run: mkdir -p test-results
- name: Test with pytest
Expand Down

0 comments on commit 2f6b22e

Please sign in to comment.