Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelfric authored Feb 6, 2025
1 parent 73ba47d commit dec3708
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec nanoc co
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: crash_log.txt
path: crash.log
retention-days: 2

0 comments on commit dec3708

Please sign in to comment.