diff --git a/README.md b/README.md index 4d46a66..7d0fa0b 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,8 @@ This project contains solutions for the Advent of Code challenges implemented in The project uses Gradle for build automation and JUnit for testing. ## Tests -- ![Day 1 Tests](https://github.com/Sol-H/AOC24-Kotlin/actions/workflows/actions.yml/badge.svg?branch=main&job=day1) **Day 1** -- ![Day 2 Tests](https://github.com/Sol-H/AOC24-Kotlin/actions/workflows/actions.yml/badge.svg?branch=main&job=day2) **Day 2** + +| Test | Result | +|-------|--------------------------------------------------------------------------------------------------------------------| +| Day 1 | ![Day 1 Tests](https://github.com/Sol-H/AOC24-Kotlin/actions/workflows/actions.yml/badge.svg?branch=main&job=day1) | +| Day 2 | ![Day 2 Tests](https://github.com/Sol-H/AOC24-Kotlin/actions/workflows/actions.yml/badge.svg?branch=main&job=day2) |