Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix: filename
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Feb 22, 2024
1 parent fac4e4b commit dd89986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
python -m unittest test.chairs
empty-speeches:
empty-speech:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -86,7 +86,7 @@ jobs:
pip install PyPDF2
- name: Test there are no empty u or seg elements
run: |
python -m unittest test.empty-speeches
python -m unittest test.empty-speech
mp:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd89986

Please sign in to comment.