From 131cc852dc9d0a38cba6c2518518f6709b97afb1 Mon Sep 17 00:00:00 2001 From: David Foster Date: Wed, 17 Jul 2024 09:29:41 -0400 Subject: [PATCH] Revert "NOMERGE: Run CI only on: crystal.tests.test_shell" This reverts commit 619f5bc3a0976d71fae76999dc5908466efca299. --- .github/workflows/push-github-action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-github-action.yml b/.github/workflows/push-github-action.yml index 92b6babb..8bbe8dd8 100644 --- a/.github/workflows/push-github-action.yml +++ b/.github/workflows/push-github-action.yml @@ -100,7 +100,7 @@ jobs: # Multiply timeouts because ASan builds of Python are slower than regular builds CRYSTAL_GLOBAL_TIMEOUT_MULTIPLIER: '2.0' run: | - crystal --test crystal.tests.test_shell + crystal --test build-macos: strategy: @@ -175,7 +175,7 @@ jobs: TERM: __interactive__ run: | ulimit -c unlimited # allow core dumps of unlimited size - CRYSTAL_SCREENSHOTS_DIRPATH=$GITHUB_WORKSPACE/screenshots "setup/dist/Crystal Web Archiver.app/Contents/MacOS/Crystal Web Archiver" --test crystal.tests.test_shell + CRYSTAL_SCREENSHOTS_DIRPATH=$GITHUB_WORKSPACE/screenshots "setup/dist/Crystal Web Archiver.app/Contents/MacOS/Crystal Web Archiver" --test - name: Upload screenshot if test failure if: failure() && steps.run_ui_tests.outcome == 'failure' @@ -316,7 +316,7 @@ jobs: # https://stackoverflow.com/a/3718867/604063 MALLOC_CHECK_: '2' run: | - CRYSTAL_SCREENSHOTS_DIRPATH=$GITHUB_WORKSPACE/screenshots poetry run xvfb-run crystal --test crystal.tests.test_shell + CRYSTAL_SCREENSHOTS_DIRPATH=$GITHUB_WORKSPACE/screenshots poetry run xvfb-run crystal --test - name: Upload screenshot if test failure if: failure() @@ -397,7 +397,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_shell + poetry run python run_exe.py "--argsfile=arguments.txt" "--stdoutfile=$LOGDIR\stdout.log" "--stderrfile=$LOGDIR\stderr.log" "dist\Crystal Web Archiver.exe" "---" "--test" - name: Upload screenshot if test failure if: failure()