tebakaja commited on
Commit
5bea6f7
·
1 Parent(s): f03b0c4

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 Deployment
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 Deployment
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 Deployment
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
- # Integration Testing
158
- integration_testing:
159
- name: Integration Testing
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