Skip to content

Commit

Permalink
Fix CI to collect xchain and stream node logs, register xchain nodes …
Browse files Browse the repository at this point in the history
…on launch (#463)
  • Loading branch information
clemire authored Jul 25, 2024
1 parent c750bb6 commit 58bc434
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ jobs:
with:
name: 'river-node-${{ github.job }}'
path: |
./core/node/run_files/
./core/xchain/run_files/
./core/run_files/
!./core/**/bin/**
Multinode:
Expand Down Expand Up @@ -434,8 +433,7 @@ jobs:
with:
name: 'river-node-${{ github.job }}'
path: |
./core/node/run_files/
./core/xchain/run_files/
./core/run_files/
!./core/**/bin/**
Client_Entitlements:
Expand Down Expand Up @@ -574,8 +572,7 @@ jobs:
with:
name: 'river-node-${{ github.job }}'
path: |
./core/node/run_files/
./core/xchain/run_files/
./core/run_files/
!./core/**/bin/**
Multinode_Ent:
Expand Down Expand Up @@ -711,10 +708,8 @@ jobs:
with:
name: 'river-node-${{ github.job }}'
path: |
./core/node/run_files/
./core/xchain/run_files/
./core/run_files/
!./core/**/bin/**
Go_Tests:
permissions: write-all
if: github.event_name != 'workflow_dispatch' || !inputs.skip_go
Expand Down

0 comments on commit 58bc434

Please sign in to comment.