Skip to content

Commit e37808b

Browse files
committed
Add comment on duplicated hardcoded path
1 parent 6a3d497 commit e37808b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: always()
7676
with:
7777
name: junit-xml--${{github.run_id}}--${{github.run_attempt}}--${{matrix.os}}-${{matrix.go-version}}
78-
path: .build/junit-xml
78+
path: .build/junit-xml # This path is also hardcoded in internal/cmd/build/main.go
7979
retention-days: 14
8080

8181
- name: Docker compose - checkout

0 commit comments

Comments
 (0)