Add debugging to the CI workflow

This commit is contained in:
Eugene Burmakin 2024-07-27 13:46:00 +02:00
parent 44da5adbda
commit afc6f98c64

View file

@ -55,7 +55,7 @@ jobs:
REDIS_URL: redis://localhost:6379/1 REDIS_URL: redis://localhost:6379/1
run: | run: |
bin/rails db:setup bin/rails db:setup
bin/rails spec bin/rails spec || (cat log/test.log && exit 1)
- name: Keep screenshots from failed system tests - name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4