Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Feb 21, 2024
1 parent 41450f8 commit 1619250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# @todo Remove this
- name: Run the tests (DEBUGGING)
run: pytest -vvv -k 'TestWelcomeWindow and test_open_project_with_invalid_file_should_error' ./betty/tests/gui/test_app.py
run: pytest -vvv -s -k 'TestWelcomeWindow and test_open_project_with_invalid_file_should_error' ./betty/tests/gui/test_app.py
shell: bash

- name: Run the tests
Expand Down

0 comments on commit 1619250

Please sign in to comment.