-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8209ac8
committed
avoid running the tests when the input is not present in the CI pipeline
Took 4 minutes1 parent 1f0458c commit 8209ac8
File tree
3 files changed
+12
-6
lines changed- src/test
- java/aminetti/adventofcode2024
- day06
- dayXX
- resources/dayXX
3 files changed
+12
-6
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | - | ||
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 | - | ||
46 | + | ||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 | - | ||
76 | + | ||
77 | + | ||
78 | + | ||
76 | 79 |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | - | ||
17 | + | ||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | - | ||
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
72 | - | ||
73 | + | ||
74 | + | ||
75 | + | ||
73 | 76 |
|
Whitespace-only changes.
0 commit comments