mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
ci update
This commit is contained in:
parent
5d3df09e7d
commit
bb7e6fa40b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -110,7 +110,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
|
||||||
|
|
@ -161,7 +161,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
|
||||||
|
|
@ -277,7 +277,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: |
|
||||||
|
|
@ -292,11 +292,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