Skip to content

Commit

Permalink
More github CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 19, 2024
1 parent 9389e50 commit ec11a10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,12 @@ jobs:
run: bin/rspec

- name: List downloaded files
if: always()
run: ls -al tmp/downloads

- name: Save tmp/downloads as artifact
if: always()
uses: actions/upload-artifact@v3
with:
name: downloaded-files
path: tmp/downloads

0 comments on commit ec11a10

Please sign in to comment.