diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index c4ec147bf6..4a7c834067 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -41,6 +41,14 @@ jobs: bundle exec rake factory_bot:lint RAILS_ENV=test - name: spec/${{ matrix.suite }} run: bundle exec rake spec:${{ matrix.suite }} + - name: Upload Suite Artifacts + if: ${{ failure() }} + uses: actions/upload-artifact@v4 + with: + name: logs-${{ matrix.suite }} + path: | + log/ + tmp/capybara - name: coverage upload ${{ matrix.suite }} uses: codacy/codacy-coverage-reporter-action@master if: github.ref == 'refs/heads/master'