Spaces:
Sleeping
Sleeping
feat: Add Functional Testing
Browse files
.github/workflows/proxy_deployment.yaml
CHANGED
@@ -27,7 +27,7 @@ jobs:
|
|
27 |
|
28 |
# TebakAja Proxy-0
|
29 |
tebakaja_proxy_space-0:
|
30 |
-
name: Proxy-0
|
31 |
runs-on: ubuntu-latest
|
32 |
needs: unit_testing
|
33 |
|
@@ -70,7 +70,7 @@ jobs:
|
|
70 |
|
71 |
# TebakAja Proxy-1
|
72 |
tebakaja_proxy_space-1:
|
73 |
-
name: Proxy-1
|
74 |
runs-on: ubuntu-latest
|
75 |
needs: unit_testing
|
76 |
|
@@ -113,7 +113,7 @@ jobs:
|
|
113 |
|
114 |
# TebakAja Proxy-2
|
115 |
tebakaja_proxy_space-2:
|
116 |
-
name: Proxy-2
|
117 |
runs-on: ubuntu-latest
|
118 |
needs: unit_testing
|
119 |
|
@@ -154,9 +154,9 @@ jobs:
|
|
154 |
git push https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME main --force
|
155 |
|
156 |
|
157 |
-
#
|
158 |
-
|
159 |
-
name:
|
160 |
runs-on: ubuntu-latest
|
161 |
environment: Production
|
162 |
|
|
|
27 |
|
28 |
# TebakAja Proxy-0
|
29 |
tebakaja_proxy_space-0:
|
30 |
+
name: Proxy-0 [ Docker - Hugging Face ]
|
31 |
runs-on: ubuntu-latest
|
32 |
needs: unit_testing
|
33 |
|
|
|
70 |
|
71 |
# TebakAja Proxy-1
|
72 |
tebakaja_proxy_space-1:
|
73 |
+
name: Proxy-1 [ Docker - Hugging Face ]
|
74 |
runs-on: ubuntu-latest
|
75 |
needs: unit_testing
|
76 |
|
|
|
113 |
|
114 |
# TebakAja Proxy-2
|
115 |
tebakaja_proxy_space-2:
|
116 |
+
name: Proxy-2 [ Docker - Hugging Face ]
|
117 |
runs-on: ubuntu-latest
|
118 |
needs: unit_testing
|
119 |
|
|
|
154 |
git push https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME main --force
|
155 |
|
156 |
|
157 |
+
# Functional Testing
|
158 |
+
functional_testing:
|
159 |
+
name: Functional Testing
|
160 |
runs-on: ubuntu-latest
|
161 |
environment: Production
|
162 |
|