Skip to content

Commit

Permalink
fix(ci): actions/upload-artifact is not stable: slow/broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Aug 23, 2023
1 parent 81b510b commit 41d24aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/axon-start-with-short-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
await waitXBlocksPassed('http://127.0.0.1:8000', 2);
EOF
timeout-minutes: 1

- name: Archive logs
if: always()
if: failure()
uses: actions/upload-artifact@v3
with:
name: single-axon-node-logs
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
timeout-minutes: 1

- name: Archive logs
if: always()
if: failure()
uses: actions/upload-artifact@v3
with:
name: multi-axon-nodes-logs
Expand Down

0 comments on commit 41d24aa

Please sign in to comment.