ci update

This commit is contained in:
marcello33 2025-04-10 10:29:43 -07:00
parent 49239f0d4f
commit 5973f5d3bd
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -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