Skip to content

Commit

Permalink
Add github action to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HbHbNr committed Feb 8, 2024
1 parent fe20cf9 commit 26f3d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install BATS
run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends bats
sudo apt-get install --yes --no-install-recommends bats ffmpeg
- uses: actions/checkout@v3
- name: Run BATS tests
run: |
Expand Down

0 comments on commit 26f3d89

Please sign in to comment.