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

This commit is contained in:
2025-07-24 13:40:38 +02:00
parent ffadbf9b8f
commit 853bee22db

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