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 e24e8b8 commit 7e1fc29Copy full SHA for 7e1fc29
2025/.gitlab-ci.yml
@@ -37,7 +37,7 @@ test ~ aoc-2025:
37
artifacts:
38
when: always
39
reports:
40
- junit: _build/test/lib/*/test-junit-report.xml
+ junit: 2025/_build/test/lib/day*/test-junit-report.xml
41
42
# 2025 Elixir fmt check
43
format ~ aoc-2025:
@@ -65,7 +65,7 @@ bench ~ aoc-2025:
65
- mix deps.get && mix bench
66
- cd ${CI_PROJECT_DIR}
67
- mkdir -p benchmarks_${AOC_YEAR}
68
- - mv _build/benchmarks benchmarks_${AOC_YEAR}
+ - mv ${AOC_YEAR}/_build/benchmarks benchmarks_${AOC_YEAR}
69
- mv benchmarks_${AOC_YEAR}/aoc2025.html benchmarks_${AOC_YEAR}/index.html
70
71
paths:
0 commit comments