Skip to content

Commit 9fc4d5e

Browse files
committed
[GitHub] Run Advent of Code for years 2024 and 2025
1 parent 1c7a00d commit 9fc4d5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
distribution: "corretto"
8080

8181
- name: "Run JAR archive"
82-
run: "java -jar AdventOfCode.jar 2025"
82+
run: "java -jar AdventOfCode.jar 2024 2025"
8383

8484
build-docker-image:
8585
name: "Build Docker Image"
@@ -132,7 +132,7 @@ jobs:
132132
uses: "addnab/docker-run-action@v3"
133133
with:
134134
image: "pfolta/advent-of-code:latest"
135-
run: "java -jar AdventOfCode.jar 2025"
135+
run: "java -jar AdventOfCode.jar 2024 2025"
136136

137137
publish-coverage-data:
138138
name: "Publish coverage data to Codecov"

0 commit comments

Comments
 (0)