Added tests for images building
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 27s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 27s
This commit is contained in:
parent
43802259ed
commit
cb63016421
1
tests/base.py
Normal file
1
tests/base.py
Normal file
@ -0,0 +1 @@
|
||||
print("SUCCESS: Python works.")
|
||||
3
tests/dependencies.py
Normal file
3
tests/dependencies.py
Normal file
@ -0,0 +1,3 @@
|
||||
import os
|
||||
import boto3
|
||||
print("SUCCESS: Import works.")
|
||||
Loading…
x
Reference in New Issue
Block a user