Skip to content

Commit

Permalink
Revert "NOMERGE: Run smaller subset of tests"
Browse files Browse the repository at this point in the history
This reverts commit 2afc275.
  • Loading branch information
davidfstr committed Aug 27, 2024
1 parent d62442e commit 77d8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
$LOGDIR = "$HOME\AppData\Local\DaFoster\Crystal Web Archiver\Logs"
$env:CRYSTAL_SCREENSHOTS_DIRPATH = "$env:GITHUB_WORKSPACE\screenshots"
$env:CRYSTAL_FAULTHANDLER = "True"
poetry run python run_exe.py "--argsfile=arguments.txt" "--stdoutfile=$LOGDIR\stdout.log" "--stderrfile=$LOGDIR\stderr.log" "dist\Crystal Web Archiver.exe" "---" "--test" crystal.tests.test_new_group.test_can_create_group_with_source crystal.tests.test_new_group.test_can_create_group_with_no_source crystal.tests.test_new_group.test_given_url_pattern_with_surrounding_whitespace_when_create_group_then_surrounding_whitespace_ignored crystal.tests.test_new_root_url.test_can_create_root_url crystal.tests.test_new_root_url.test_when_forget_root_url_then_revisions_of_that_url_are_not_deleted crystal.tests.test_new_root_url.test_given_url_with_surrounding_whitespace_when_create_root_url_then_surrounding_whitespace_ignored
poetry run python run_exe.py "--argsfile=arguments.txt" "--stdoutfile=$LOGDIR\stdout.log" "--stderrfile=$LOGDIR\stderr.log" "dist\Crystal Web Archiver.exe" "---" "--test" crystal.tests.test_new_root_url crystal.tests.test_new_group
- name: Upload screenshot if test failure
if: failure()
Expand Down

0 comments on commit 77d8e86

Please sign in to comment.