Skip to content

Commit

Permalink
[GitHub] Only run Docker image for 2022 due to GC issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pfolta committed Nov 3, 2023
1 parent 04fb71f commit 05441b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
uses: "addnab/docker-run-action@v3"
with:
image: "pfolta/advent-of-code:latest"
run: "java -jar AdventOfCode.jar"
run: "java -jar AdventOfCode.jar 2022"

0 comments on commit 05441b4

Please sign in to comment.