Skip to content

Commit

Permalink
change logs names
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Dec 9, 2024
1 parent e390e98 commit 66b7127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: upload logs
uses: actions/upload-artifact@v4
with:
name: zombienet-logs
name: zombienet-logs-smoke
path: |
/tmp/zombie*/logs/*
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: upload logs
uses: actions/upload-artifact@v4
with:
name: zombienet-logs
name: zombienet-logs-scale-net
path: |
/tmp/zombie*/logs/*
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: upload logs
uses: actions/upload-artifact@v4
with:
name: zombienet-logs
name: zombienet-logs-upgrade
path: |
/tmp/zombie*/logs/*
Expand Down Expand Up @@ -251,6 +251,6 @@ jobs:
- name: upload logs
uses: actions/upload-artifact@v4
with:
name: zombienet-logs
name: zombienet-logs-chaos
path: |
/tmp/zombie*/logs/*

0 comments on commit 66b7127

Please sign in to comment.