Skip to content

Commit d282778

Browse files
committed
dump and load logs
1 parent 09dae08 commit d282778

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/upload-ccip-devenv-logs/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ runs:
3434
if [ ! -d "logs" ] || [ -z "$(ls -A logs 2>/dev/null)" ]; then
3535
echo "Logs not found or empty. Dumping logs manually..."
3636
cd ../.. && go run cmd/ccv/main.go dl --dir-suffix "${{ inputs.log-dump-suffix }}"
37+
mv logs ./tests/${{ inputs.test-package-dir }}
3738
else
3839
echo "Logs already exist. Skipping manual dump."
3940
fi

0 commit comments

Comments
 (0)