Compare commits

...

1 Commits

Author SHA1 Message Date
853bee22db Mark the container workflow as in progress andfail it.
Some checks failed
Fibonacci unit tests / Containerize (push) Failing after 5s
Fibonacci unit tests / Run-unit-tests (push) Successful in 38s
2025-07-24 13:40:38 +02:00

View File

@@ -18,5 +18,6 @@ jobs:
go-version: '1.24.4'
check-latest: true
- name: Containerize app
run: exit 0
run: |
echo "Still needs to be implemented."
exit 1