Skip to content

Commit

Permalink
fix(e2e): fixed diagnostics upload (#127)
Browse files Browse the repository at this point in the history
* test: diagnostics

* ci: fix attempt

* fix attempt

* another attempt

* ci: fix

* test removing name

* fix test
  • Loading branch information
srdtrk committed Jun 22, 2024
1 parent 7cc6f87 commit 4a137c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ jobs:
if: ${{ failure() }}
continue-on-error: true
with:
name: '${{ matrix.entrypoint }}-${{ matrix.test }}'
path: e2e/diagnostics
path: e2e/interchaintestv8/diagnostics
retention-days: 5
2 changes: 1 addition & 1 deletion e2e/interchaintestv8/e2esuite/diagnostics.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
testLabel = "ibc-test"

dockerInspectFileName = "docker-inspect.json"
e2eDir = "interchaintestv8"
e2eDir = "e2e/interchaintestv8"
defaultFilePerm = 0o750
)

Expand Down

0 comments on commit 4a137c4

Please sign in to comment.