Added tests for images building
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 27s

This commit is contained in:
Adrien Bouvais 2026-08-16 10:34:32 +02:00
parent 43802259ed
commit cb63016421
2 changed files with 4 additions and 0 deletions

1
tests/base.py Normal file
View File

@ -0,0 +1 @@
print("SUCCESS: Python works.")

3
tests/dependencies.py Normal file
View File

@ -0,0 +1,3 @@
import os
import boto3
print("SUCCESS: Import works.")