mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
ci update
This commit is contained in:
parent
49239f0d4f
commit
5973f5d3bd
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
- name: Test
|
||||
run: make test
|
||||
|
||||
- uses: actions/upload-artifact@v4.4.0
|
||||
- uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||
with:
|
||||
name: unitTest-coverage
|
||||
path: cover.out
|
||||
|
|
@ -158,7 +158,7 @@ jobs:
|
|||
- name: test-integration
|
||||
run: make test-integration
|
||||
|
||||
- uses: actions/upload-artifact@v4.4.0
|
||||
- uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||
with:
|
||||
name: integrationTest-coverage
|
||||
path: cover.out
|
||||
|
|
@ -252,7 +252,7 @@ jobs:
|
|||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4.4.0
|
||||
uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||
with:
|
||||
name: logs_${{ github.run_id }}
|
||||
path: |
|
||||
|
|
@ -267,11 +267,11 @@ jobs:
|
|||
mkdir -p ${{ github.run_id }}/matic-cli
|
||||
sudo mv bor ${{ github.run_id }}
|
||||
sudo mv matic-cli/devnet ${{ github.run_id }}/matic-cli
|
||||
sudo tar czf code.tar.gz ${{ github.run_id }}
|
||||
sudo tar czf code.tar.gz --exclude='.git' . ${{ github.run_id }}
|
||||
|
||||
- name: Upload code and chain data
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4.4.0
|
||||
uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||
with:
|
||||
name: code_${{ github.run_id }}
|
||||
path: code.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue