Skip to content

Commit

Permalink
Always upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Aug 29, 2024
1 parent 8a3646d commit 524bbbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-resequence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
kurtosis-cdk:
Resequence:
runs-on: ubuntu-latest
# TODO: Add "cdk-validium" once it's ready
# strategy:
Expand Down Expand Up @@ -79,6 +79,7 @@ jobs:
run: .github/scripts/test_resequence.sh

- name: Prepare logs
if: always()
working-directory: ./kurtosis-cdk
run: |
mkdir -p ci_logs
Expand All @@ -91,6 +92,7 @@ jobs:
kurtosis service logs cdk-v1 zkevm-bridge-service-001 --all > zkevm-bridge-service-001.log
- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
with:
name: logs_${{ github.run_id }}
Expand Down

0 comments on commit 524bbbb

Please sign in to comment.