mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: fix path to junit report on release builds
This commit is contained in:
parent
0f0fec093e
commit
185a6048a7
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ release-x64:
|
|||
- ninja -v test
|
||||
artifacts:
|
||||
reports:
|
||||
junit: bld/debug/meson-logs/testlog.junit.xml
|
||||
junit: bld/release/meson-logs/testlog.junit.xml
|
||||
|
||||
debug-x86:
|
||||
image: i386/alpine:edge
|
||||
|
|
@ -68,7 +68,7 @@ release-x86:
|
|||
- ninja -v test
|
||||
artifacts:
|
||||
reports:
|
||||
junit: bld/debug/meson-logs/testlog.junit.xml
|
||||
junit: bld/release/meson-logs/testlog.junit.xml
|
||||
|
||||
codespell:
|
||||
image: alpine:edge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue