Skip to content

Commit

Permalink
feat: Add Functional Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
belajarqywok committed Jul 8, 2024
1 parent f03b0c4 commit da6ab14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/proxy_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# TebakAja Proxy-0
tebakaja_proxy_space-0:
name: Proxy-0 Deployment
name: Proxy-0 [ Docker - Hugging Face ]
runs-on: ubuntu-latest
needs: unit_testing

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

# TebakAja Proxy-1
tebakaja_proxy_space-1:
name: Proxy-1 Deployment
name: Proxy-1 [ Docker - Hugging Face ]
runs-on: ubuntu-latest
needs: unit_testing

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# TebakAja Proxy-2
tebakaja_proxy_space-2:
name: Proxy-2 Deployment
name: Proxy-2 [ Docker - Hugging Face ]
runs-on: ubuntu-latest
needs: unit_testing

Expand Down Expand Up @@ -154,9 +154,9 @@ jobs:
git push https://$HF_USERNAME:[email protected]/spaces/$HF_USERNAME/$SPACE_NAME main --force
# Integration Testing
integration_testing:
name: Integration Testing
# Functional Testing
functional_testing:
name: Functional Testing
runs-on: ubuntu-latest
environment: Production

Expand Down

0 comments on commit da6ab14

Please sign in to comment.