Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Jun 12, 2024
1 parent c8bef4c commit f35ef42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_zkevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@ jobs:
kurtosis service logs cdk-v1 cdk-erigon-sequencer-001 --all > cdk-erigon-sequencer-001.log
- name: Upload logs
working-directory: ./kurtosis-cdk
if: failure()
uses: actions/upload-artifact@v3
with:
name: logs_${{ github.run_id }}
path: |
ci_logs
path: ./kurtosis-cdk/ci_logs

0 comments on commit f35ef42

Please sign in to comment.