Skip to content

Commit

Permalink
Merge branch 'main' into smallchange
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 18, 2024
2 parents 921a0d4 + ea88c23 commit 4fdd57b
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 4fdd57b

Please sign in to comment.