Skip to content

Commit

Permalink
Merge pull request #320 from ethstorage/integratiointest
Browse files Browse the repository at this point in the history
add upload logs to Integration test action
  • Loading branch information
ping-ke authored Oct 16, 2024
2 parents 1ed943d + 714ca96 commit ea88c23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,15 @@ jobs:
cd ../../cmd/integration-test-server
go build
./integration-test-server --contract_addr $ES_NODE_CONTRACT_ADDRESS > itserver.log
- name: Upload Logs
uses: actions/upload-artifact@v4
if: always()
with:
name: logs
path: |
es-node-it-bootnode.log
./integration_tests/scripts/upload.log
./integration_tests/scripts/upload2.log
es-node-it.log
./cmd/integration-test-server/itserver.log

0 comments on commit ea88c23

Please sign in to comment.