Skip to content

Commit

Permalink
Add comment on duplicated hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Sep 14, 2024
1 parent 6a3d497 commit e37808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: always()
with:
name: junit-xml--${{github.run_id}}--${{github.run_attempt}}--${{matrix.os}}-${{matrix.go-version}}
path: .build/junit-xml
path: .build/junit-xml # This path is also hardcoded in internal/cmd/build/main.go
retention-days: 14

- name: Docker compose - checkout
Expand Down

0 comments on commit e37808b

Please sign in to comment.