We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dae08 commit d282778Copy full SHA for d282778
1 file changed
.github/actions/upload-ccip-devenv-logs/action.yml
@@ -34,6 +34,7 @@ runs:
34
if [ ! -d "logs" ] || [ -z "$(ls -A logs 2>/dev/null)" ]; then
35
echo "Logs not found or empty. Dumping logs manually..."
36
cd ../.. && go run cmd/ccv/main.go dl --dir-suffix "${{ inputs.log-dump-suffix }}"
37
+ mv logs ./tests/${{ inputs.test-package-dir }}
38
else
39
echo "Logs already exist. Skipping manual dump."
40
fi
0 commit comments