test: CI/CD end-to-end validation test [skip ci]
Build and Push Docker Images / build (api) (push) Successful in 55s
Details
Build and Push Docker Images / build (web) (push) Successful in 1m24s
Details
Build and Push Docker Images / build (worker) (push) Successful in 7m56s
Details
Build and Push Docker Images / deploy (push) Successful in 15s
Details
Build and Push Docker Images / build (api) (push) Successful in 55s
Details
Build and Push Docker Images / build (web) (push) Successful in 1m24s
Details
Build and Push Docker Images / build (worker) (push) Successful in 7m56s
Details
Build and Push Docker Images / deploy (push) Successful in 15s
Details
This commit is contained in:
parent
2a5a54485b
commit
1dd0848067
|
|
@ -1,3 +1,4 @@
|
|||
# CI/CD End-to-End Validation Test
|
||||
from fastapi import FastAPI, Depends, HTTPException, status
|
||||
from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm
|
||||
from pydantic import BaseModel, EmailStr
|
||||
|
|
|
|||
Loading…
Reference in New Issue