We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7a00d commit 9fc4d5eCopy full SHA for 9fc4d5e
1 file changed
.github/workflows/build-and-test.yaml
@@ -79,7 +79,7 @@ jobs:
79
distribution: "corretto"
80
81
- name: "Run JAR archive"
82
- run: "java -jar AdventOfCode.jar 2025"
+ run: "java -jar AdventOfCode.jar 2024 2025"
83
84
build-docker-image:
85
name: "Build Docker Image"
@@ -132,7 +132,7 @@ jobs:
132
uses: "addnab/docker-run-action@v3"
133
with:
134
image: "pfolta/advent-of-code:latest"
135
136
137
publish-coverage-data:
138
name: "Publish coverage data to Codecov"
0 commit comments