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
|
- name: Test
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4.4.0
|
- uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||||
with:
|
with:
|
||||||
name: unitTest-coverage
|
name: unitTest-coverage
|
||||||
path: cover.out
|
path: cover.out
|
||||||
|
|
@ -158,7 +158,7 @@ jobs:
|
||||||
- name: test-integration
|
- name: test-integration
|
||||||
run: make test-integration
|
run: make test-integration
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4.4.0
|
- uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||||
with:
|
with:
|
||||||
name: integrationTest-coverage
|
name: integrationTest-coverage
|
||||||
path: cover.out
|
path: cover.out
|
||||||
|
|
@ -252,7 +252,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||||
with:
|
with:
|
||||||
name: logs_${{ github.run_id }}
|
name: logs_${{ github.run_id }}
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -267,11 +267,11 @@ jobs:
|
||||||
mkdir -p ${{ github.run_id }}/matic-cli
|
mkdir -p ${{ github.run_id }}/matic-cli
|
||||||
sudo mv bor ${{ github.run_id }}
|
sudo mv bor ${{ github.run_id }}
|
||||||
sudo mv matic-cli/devnet ${{ github.run_id }}/matic-cli
|
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
|
- name: Upload code and chain data
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: PaloAltoNetworks/upload-secure-artifact@main
|
||||||
with:
|
with:
|
||||||
name: code_${{ github.run_id }}
|
name: code_${{ github.run_id }}
|
||||||
path: code.tar.gz
|
path: code.tar.gz
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue