File tree Expand file tree Collapse file tree 3 files changed +2
-61
lines changed
Expand file tree Collapse file tree 3 files changed +2
-61
lines changed Original file line number Diff line number Diff line change 7272 if : ${{ failure() }}
7373 run : .github/workflows/artifact-k8s-logs.sh
7474
75- - name : remove sockets before archiving logs
76- if : ${{ failure() }}
77- run : find /tmp/receptor-testing -name controlsock -delete
78-
79- - name : Artifact receptor data
80- uses : actions/upload-artifact@v4.4.3
81- if : ${{ failure() }}
82- with :
83- name : test-logs
84- path : /tmp/receptor-testing
85-
8675 - name : Archive receptor binary
8776 uses : actions/upload-artifact@v4.4.3
8877 with :
10695 uses : actions/upload-artifact@v4
10796 with :
10897 name : receptorctl-coverage-report
109- path : receptorctl_coverage.xml
98+ path : receptorctl/ receptorctl_coverage.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99# Do not duplicate or reuse!
1010# Available characters: [a-zA-Z0-9_:\.\-]
1111# Must have least one non-digit.
12- sonar.projectKey =ansible-automation-platform_receptor
12+ sonar.projectKey =ansible_receptor
1313sonar.organization =ansible
1414
1515# Project metadata
You can’t perform that action at this time.
0 commit comments