Skip to content

Commit

Permalink
Store log artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Nov 17, 2024
1 parent afe7492 commit 7c8f9fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:

- name: Run system tests
run: bundle exec rails test:system

- name: Archive logs
uses: actions/upload-artifact@v4
with:
name: test.log
path: test/dummy/log/test.log


lint:
Expand Down

0 comments on commit 7c8f9fd

Please sign in to comment.