Skip to content

Commit

Permalink
chore: always upload era-test-node logs in ci (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Feb 26, 2024
1 parent 320bac6 commit 210193b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:

- name: Upload era_test_node log
uses: actions/upload-artifact@v3
if: always()
with:
name: era_test_node.log
path: era_test_node.log

0 comments on commit 210193b

Please sign in to comment.