You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/02/04 16:56:58 UTC

[trafficcontrol] branch master updated: Add API v4 integration tests to those run on PRs (#5491)

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 c209795  Add API v4 integration tests to those run on PRs (#5491)
c209795 is described below

commit c20979591d492950940465786cc5a5cac684750c
Author: ocket8888 <oc...@apache.org>
AuthorDate: Thu Feb 4 11:56:50 2021 -0500

    Add API v4 integration tests to those run on PRs (#5491)
---
 .github/workflows/traffic ops.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/traffic ops.yml b/.github/workflows/traffic ops.yml
index c67ea77..215372b 100644
--- a/.github/workflows/traffic ops.yml	
+++ b/.github/workflows/traffic ops.yml	
@@ -102,3 +102,9 @@ jobs:
       with:
         version: 3
         smtp_address: 172.17.0.1
+    - name: Run API v4 tests
+      if: ${{ steps.todb.outcome == 'success' && always() }}
+      uses: ./.github/actions/to-integration-tests
+      with:
+        version: 4
+        smtp_address: 172.17.0.1