This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new ad0d6f5cd6 Fix broken TO API Contract Tests GHA (#7581)
ad0d6f5cd6 is described below

commit ad0d6f5cd6291d9cf63b1e8c95242d16b253f820
Author: Eric Holguin <[email protected]>
AuthorDate: Fri Jun 16 11:32:14 2023 -0600

    Fix broken TO API Contract Tests GHA (#7581)
    
    * updated install python step
    
    * add traffic ops api contract test GHA badge
---
 .github/workflows/to.api.contract.tests.yml | 4 ++--
 README.md                                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/to.api.contract.tests.yml 
b/.github/workflows/to.api.contract.tests.yml
index 2d5fbbf8a3..ae60e60a72 100644
--- a/.github/workflows/to.api.contract.tests.yml
+++ b/.github/workflows/to.api.contract.tests.yml
@@ -83,9 +83,9 @@ jobs:
       with:
         go-version: ${{ steps.go-version.outputs.value }}
     - name: Install Python
-      uses: actions/setup-python@v1
+      uses: actions/setup-python@v4
       with:
-        python-version: 3.10.11
+        python-version: '3.10'
     - name: Install Python dependencies
       run: |
         pip install -r "${{ github.workspace 
}}/traffic_ops/testing/api_contract/v4/requirements.txt"
diff --git a/README.md b/README.md
index c11cc14aab..cc0203aa12 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ __Test Status__ [^1]
 | Component      | Unit Tests                                                  
                                                                                
                                                                                
                                                                                
                                                                                
                                                                 | Integration 
Tests          [...]
 
|:---------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------
 [...]
 | Go Libraries   | [![Go Lib Unit 
Tests](https://github.com/apache/trafficcontrol/actions/workflows/go.lib.unit.tests.yml/badge.svg?branch=master)](https://github.com/apache/trafficcontrol/actions/workflows/go.lib.unit.tests.yml?query=branch%3Amaster)
 
[![Codecov](https://codecov.io/gh/apache/trafficcontrol/branch/master/graph/badge.svg?flag=golib_unit)](https://app.codecov.io/github/apache/trafficcontrol/tree/master/lib)
                                        | -                          [...]
-| Traffic Ops    | [![Traffic Ops Unit 
Tests](https://github.com/apache/trafficcontrol/actions/workflows/to.unit.tests.yml/badge.svg?branch=master)](https://github.com/apache/trafficcontrol/actions/workflows/to.unit.tests.yml?query=branch%3Amaster)
 
[![Codecov](https://codecov.io/gh/apache/trafficcontrol/branch/master/graph/badge.svg?flag=traffic_ops_unit)](https://app.codecov.io/github/apache/trafficcontrol/tree/master/traffic_ops)
                             | [![TO Go Client Integratio [...]
+| Traffic Ops    | [![Traffic Ops Unit 
Tests](https://github.com/apache/trafficcontrol/actions/workflows/to.unit.tests.yml/badge.svg?branch=master)](https://github.com/apache/trafficcontrol/actions/workflows/to.unit.tests.yml?query=branch%3Amaster)
 
[![Codecov](https://codecov.io/gh/apache/trafficcontrol/branch/master/graph/badge.svg?flag=traffic_ops_unit)](https://app.codecov.io/github/apache/trafficcontrol/tree/master/traffic_ops)
 [![Traffic Ops API Contract Tests](https://github.com/ap [...]
 | Traffic Router | [![Traffic Router 
Tests](https://github.com/apache/trafficcontrol/workflows/Traffic%20Router%20Tests/badge.svg)](https://github.com/apache/trafficcontrol/actions/workflows/tr.tests.yaml?query=branch%3Amaster)
 
[![Codecov](https://codecov.io/gh/apache/trafficcontrol/branch/master/graph/badge.svg?flag=traffic_router_unit)](https://app.codecov.io/github/apache/trafficcontrol/tree/master/traffic_router)
                                            | [![TR Ultimate Test Harnes [...]
 | Traffic Monitor| [![Traffic Monitor Unit 
Tests](https://github.com/apache/trafficcontrol/actions/workflows/tm.unit.tests.yml/badge.svg?branch=master)](https://github.com/apache/trafficcontrol/actions/workflows/tm.unit.tests.yml?query=branch%3Amaster)
 
[![Codecov](https://codecov.io/gh/apache/trafficcontrol/branch/master/graph/badge.svg?flag=traffic_monitor_unit)](https://app.codecov.io/github/apache/trafficcontrol/tree/master/traffic_monitor)
                 | [![TM Integration Tests](h [...]
 | T3C            | [![T3C Unit 
Tests](https://github.com/apache/trafficcontrol/actions/workflows/cache-config.unit.tests.yml/badge.svg?branch=master)](https://github.com/apache/trafficcontrol/actions/workflows/cache-config.unit.tests.yml?query=branch%3Amaster)
 
[![Codecov](https://codecov.io/gh/apache/trafficcontrol/branch/master/graph/badge.svg?flag=t3c_unit)](https://app.codecov.io/github/apache/trafficcontrol/tree/master/cache-config)
                        | [![T3C Integration Tests]( [...]

Reply via email to