Spaces:
Sleeping
Sleeping
feat: Add Unit Testing and Integration Testing Configuration
Browse files
.github/workflows/proxy_deployment.yaml
CHANGED
@@ -10,7 +10,7 @@ on:
|
|
10 |
jobs:
|
11 |
# Unit Testing
|
12 |
unit_testing:
|
13 |
-
name:
|
14 |
runs-on: ubuntu-latest
|
15 |
|
16 |
steps:
|
|
|
10 |
jobs:
|
11 |
# Unit Testing
|
12 |
unit_testing:
|
13 |
+
name: Unit Testing
|
14 |
runs-on: ubuntu-latest
|
15 |
|
16 |
steps:
|