From afc6f98c6409f02ac1a510167b953c2d61021a83 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 27 Jul 2024 13:46:00 +0200 Subject: [PATCH] Add debugging to the CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c44dd97..424c2886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: REDIS_URL: redis://localhost:6379/1 run: | bin/rails db:setup - bin/rails spec + bin/rails spec || (cat log/test.log && exit 1) - name: Keep screenshots from failed system tests uses: actions/upload-artifact@v4